Soft Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Serenade palette
Soft Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9cca4;
}
.color-3 {
color: #f9e29f;
}
.color-4 {
color: #bae8b5;
}
.color-5 {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9cca4;
--color-3: #f9e29f;
--color-4: #bae8b5;
--color-5: #a3d7e0;
}
Soft Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9cca4, #f9e29f, #bae8b5, #a3d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9cca4, #f9e29f, #bae8b5, #a3d7e0);
}
Similar color palettes
Soft Serenade color palette created on .