Serenade of Soojin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Soojin palette
Serenade of Soojin color palette CSS
/* CSS */
.color-1 {
color: #f76755;
}
.color-2 {
color: #f2a88d;
}
.color-3 {
color: #f4e090;
}
.color-4 {
color: #9adad7;
}
.color-5 {
color: #50a2b9;
}
/* CSS Variables */
:root {
--color-1: #f76755;
--color-2: #f2a88d;
--color-3: #f4e090;
--color-4: #9adad7;
--color-5: #50a2b9;
}
Serenade of Soojin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}
Similar color palettes
Serenade of Soojin color palette created on .