Sweet Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Serenade palette

Share this palette to:

Sweet Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #9fc4e9;
}
.color-5 {
color: #6b9ceb;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffd54d;
--color-4: #9fc4e9;
--color-5: #6b9ceb;
}

Sweet Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffd54d, #9fc4e9, #6b9ceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffd54d, #9fc4e9, #6b9ceb);
}

Sweet Serenade color palette created on .