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: #f3c5af;
}
.color-2 {
color: #ebaf93;
}
.color-3 {
color: #d99f7d;
}
.color-4 {
color: #b68d6d;
}
.color-5 {
color: #a67b5e;
}
/* CSS Variables */
:root {
--color-1: #f3c5af;
--color-2: #ebaf93;
--color-3: #d99f7d;
--color-4: #b68d6d;
--color-5: #a67b5e;
}
Whimsical Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5af, #ebaf93, #d99f7d, #b68d6d, #a67b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5af, #ebaf93, #d99f7d, #b68d6d, #a67b5e);
}
Similar color palettes
Scroll down to explore 40 Aesthetic color palettes
Whimsical Whiskers color palette created on .