"Vibrant Twilight Serenade" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Vibrant Twilight Serenade" palette

Share this palette to:

"Vibrant Twilight Serenade" color palette CSS

/* CSS */
.color-1 {
color: #fee7f2;
}
.color-2 {
color: #ffea47;
}
.color-3 {
color: #ea2a90;
}
.color-4 {
color: #77224f;
}
.color-5 {
color: #000080;
}

/* CSS Variables */
:root {
--color-1: #fee7f2;
--color-2: #ffea47;
--color-3: #ea2a90;
--color-4: #77224f;
--color-5: #000080;
}

"Vibrant Twilight Serenade" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee7f2, #ffea47, #ea2a90, #77224f, #000080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee7f2, #ffea47, #ea2a90, #77224f, #000080);
}

"Vibrant Twilight Serenade" color palette created on .