Serene Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Twilight palette

Share this palette to:

Serene Twilight color palette CSS

/* CSS */
.color-1 {
color: #d4e4f7;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #65a3d2;
}
.color-4 {
color: #2e7c9e;
}
.color-5 {
color: #1c516d;
}

/* CSS Variables */
:root {
--color-1: #d4e4f7;
--color-2: #a2c7e7;
--color-3: #65a3d2;
--color-4: #2e7c9e;
--color-5: #1c516d;
}

Serene Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e4f7, #a2c7e7, #65a3d2, #2e7c9e, #1c516d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e4f7, #a2c7e7, #65a3d2, #2e7c9e, #1c516d);
}

Serene Twilight color palette created on .