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: #faa700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ff5c7c;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d1f;
--color-3: #ff4d7f;
--color-4: #ffb3c1;
--color-5: #ff5c7c;
}
Sunset Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d1f, #ff4d7f, #ffb3c1, #ff5c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d1f, #ff4d7f, #ffb3c1, #ff5c7c);
}
Similar color palettes
Sunset Whispers color palette created on .