Melancholic Reverie

aesthetic, blue, bright, coral, vintage

Color Adjustments

Melancholic Reverie Color Palette CSS

/* CSS */
.color-1 {
  color: #6A7F90;
}

.color-2 {
  color: #B1C4C0;
}

.color-3 {
  color: #E6B8A2;
}

.color-4 {
  color: #D45E60;
}

.color-5 {
  color: #502B2D;
}

/* CSS Variables */
:root {
  --color-1: #6A7F90;
  --color-2: #B1C4C0;
  --color-3: #E6B8A2;
  --color-4: #D45E60;
  --color-5: #502B2D;
}

Melancholic Reverie Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6A7F90, #B1C4C0, #E6B8A2, #D45E60, #502B2D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6A7F90, #B1C4C0, #E6B8A2, #D45E60, #502B2D);
}

Melancholic Reverie color palette created on .

0 views