Sleepless Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sleepless Serenade palette

Share this palette to:

Sleepless Serenade color palette CSS

/* CSS */
.color-1 {
color: #392d8b;
}
.color-2 {
color: #5d6d92;
}
.color-3 {
color: #c7b3e6;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d16a5c;
}

/* CSS Variables */
:root {
--color-1: #392d8b;
--color-2: #5d6d92;
--color-3: #c7b3e6;
--color-4: #f4a462;
--color-5: #d16a5c;
}

Sleepless Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #392d8b, #5d6d92, #c7b3e6, #f4a462, #d16a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #392d8b, #5d6d92, #c7b3e6, #f4a462, #d16a5c);
}

Sleepless Serenade color palette created on .