Scarlett Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scarlett Serenity palette
Scarlett Serenity color palette CSS
/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #fbbe5b;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #6c9e6b;
}
.color-5 {
color: #405e9c;
}
/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #fbbe5b;
--color-3: #f8e0a0;
--color-4: #6c9e6b;
--color-5: #405e9c;
}
Scarlett Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #fbbe5b, #f8e0a0, #6c9e6b, #405e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #fbbe5b, #f8e0a0, #6c9e6b, #405e9c);
}
Similar color palettes
Scarlett Serenity color palette created on .