Sunset Whiskers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Whiskers palette
Sunset Whiskers color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #b30000;
}
.color-5 {
color: #6b0c00;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #b30000;
--color-5: #6b0c00;
}
Sunset Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d1f, #ff3c00, #b30000, #6b0c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d1f, #ff3c00, #b30000, #6b0c00);
}
Similar color palettes
Sunset Whiskers color palette created on .