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