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