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: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a4d5d4;
}
.color-5 {
color: #699bab;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #f9e79f;
--color-4: #a4d5d4;
--color-5: #699bab;
}
Serenade of Soojin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #f9e79f, #a4d5d4, #699bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #f9e79f, #a4d5d4, #699bab);
}
Similar color palettes
Serenade of Soojin color palette created on .