Whisker Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whisker Whimsy palette

Share this palette to:

Whisker Whimsy color palette CSS

/* CSS */
.color-1 {
color: #d1a82e;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f2c778;
}
.color-4 {
color: #f6e1a2;
}
.color-5 {
color: #f8e0b4;
}

/* CSS Variables */
:root {
--color-1: #d1a82e;
--color-2: #f1b74b;
--color-3: #f2c778;
--color-4: #f6e1a2;
--color-5: #f8e0b4;
}

Whisker Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a82e, #f1b74b, #f2c778, #f6e1a2, #f8e0b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a82e, #f1b74b, #f2c778, #f6e1a2, #f8e0b4);
}

Whisker Whimsy color palette created on .