Whisker Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whisker Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Whisker Dreams Color Palette (PNG)
Whisker Dreams color palette CSS
/* CSS */
.color-1 {
color: #f6e4c1;
}
.color-2 {
color: #f3c8a0;
}
.color-3 {
color: #f08b5c;
}
.color-4 {
color: #b93c4f;
}
.color-5 {
color: #5e2b6e;
}
/* CSS Variables */
:root {
--color-1: #f6e4c1;
--color-2: #f3c8a0;
--color-3: #f08b5c;
--color-4: #b93c4f;
--color-5: #5e2b6e;
}
Whisker Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
}
Similar color palettes
Whisker Dreams color palette created on .