Crimson Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Serenade palette
Crimson Serenade color palette CSS
/* CSS */
.color-1 {
color: #f0b4a3;
}
.color-2 {
color: #e24b5a;
}
.color-3 {
color: #c45a9d;
}
.color-4 {
color: #5b7f9a;
}
.color-5 {
color: #3a9c7a;
}
/* CSS Variables */
:root {
--color-1: #f0b4a3;
--color-2: #e24b5a;
--color-3: #c45a9d;
--color-4: #5b7f9a;
--color-5: #3a9c7a;
}
Crimson Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b4a3, #e24b5a, #c45a9d, #5b7f9a, #3a9c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b4a3, #e24b5a, #c45a9d, #5b7f9a, #3a9c7a);
}
Similar color palettes
Scroll down to explore 80+ Soft color palettes
Crimson Serenade color palette created on .