Whiskered Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whiskered Whimsy palette
Whiskered Whimsy color palette CSS
/* CSS */
.color-1 {
color: #f0c1e2;
}
.color-2 {
color: #d38db5;
}
.color-3 {
color: #a9608d;
}
.color-4 {
color: #6d2c4d;
}
.color-5 {
color: #390e24;
}
/* CSS Variables */
:root {
--color-1: #f0c1e2;
--color-2: #d38db5;
--color-3: #a9608d;
--color-4: #6d2c4d;
--color-5: #390e24;
}
Whiskered Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c1e2, #d38db5, #a9608d, #6d2c4d, #390e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c1e2, #d38db5, #a9608d, #6d2c4d, #390e24);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whiskered Whimsy color palette created on .