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: #ffb3d1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f9d624;
}
.color-5 {
color: #f7e3a1;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff7092;
--color-3: #ff4d4f;
--color-4: #f9d624;
--color-5: #f7e3a1;
}

Sweet Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff7092, #ff4d4f, #f9d624, #f7e3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff7092, #ff4d4f, #f9d624, #f7e3a1);
}

Sweet Serenade color palette created on .