Stan's Soft Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stan's Soft Serenade palette

Share this palette to:

Stan's Soft Serenade color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f6c1b6;
}
.color-3 {
color: #f9e0c8;
}
.color-4 {
color: #f0e8b2;
}
.color-5 {
color: #e7e8ab;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c1b6;
--color-3: #f9e0c8;
--color-4: #f0e8b2;
--color-5: #e7e8ab;
}

Stan's Soft Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c1b6, #f9e0c8, #f0e8b2, #e7e8ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c1b6, #f9e0c8, #f0e8b2, #e7e8ab);
}

Stan's Soft Serenade color palette created on .