Whimsical Whiskers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Whiskers palette
Whimsical Whiskers color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f45e01;
}
.color-3 {
color: #a64b3a;
}
.color-4 {
color: #5c2d39;
}
.color-5 {
color: #e8c8b5;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f45e01;
--color-3: #a64b3a;
--color-4: #5c2d39;
--color-5: #e8c8b5;
}
Whimsical Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f45e01, #a64b3a, #5c2d39, #e8c8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f45e01, #a64b3a, #5c2d39, #e8c8b5);
}
Similar color palettes
Whimsical Whiskers color palette created on .