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: #d97959;
}
.color-2 {
color: #faf9f5;
}
.color-3 {
color: #227f8c;
}
.color-4 {
color: #fcfcf8;
}
.color-5 {
color: #fbc989;
}
/* CSS Variables */
:root {
--color-1: #d97959;
--color-2: #faf9f5;
--color-3: #227f8c;
--color-4: #fcfcf8;
--color-5: #fbc989;
}
Sunset Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97959, #faf9f5, #227f8c, #fcfcf8, #fbc989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97959, #faf9f5, #227f8c, #fcfcf8, #fbc989);
}
Similar color palettes
Sunset Serenity color palette created on .