Whisker Golds Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whisker Golds palette
Whisker Golds color palette CSS
/* CSS */
.color-1 {
color: #f8d559;
}
.color-2 {
color: #f9a83e;
}
.color-3 {
color: #f66c31;
}
.color-4 {
color: #d35931;
}
.color-5 {
color: #8b3c3c;
}
/* CSS Variables */
:root {
--color-1: #f8d559;
--color-2: #f9a83e;
--color-3: #f66c31;
--color-4: #d35931;
--color-5: #8b3c3c;
}
Whisker Golds background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d559, #f9a83e, #f66c31, #d35931, #8b3c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d559, #f9a83e, #f66c31, #d35931, #8b3c3c);
}
Similar color palettes
Scroll down to explore 90+ Yellow color palettes
Whisker Golds color palette created on .