Twilight Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Echoes palette

Share this palette to:

Twilight Echoes color palette CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4b6572;
}
.color-3 {
color: #808d8e;
}
.color-4 {
color: #bdc3c7;
}
.color-5 {
color: #edf1f2;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4b6572;
--color-3: #808d8e;
--color-4: #bdc3c7;
--color-5: #edf1f2;
}

Twilight Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4b6572, #808d8e, #bdc3c7, #edf1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4b6572, #808d8e, #bdc3c7, #edf1f2);
}

Twilight Echoes color palette created on .