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