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: #f6c1e5;
}
.color-2 {
color: #f7a1c3;
}
.color-3 {
color: #f89e4f;
}
.color-4 {
color: #f3cf6d;
}
.color-5 {
color: #ffed8a;
}
/* CSS Variables */
:root {
--color-1: #f6c1e5;
--color-2: #f7a1c3;
--color-3: #f89e4f;
--color-4: #f3cf6d;
--color-5: #ffed8a;
}
Whimsical Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1e5, #f7a1c3, #f89e4f, #f3cf6d, #ffed8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1e5, #f7a1c3, #f89e4f, #f3cf6d, #ffed8a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whimsical Whiskers color palette created on .