Whisker Wonderland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whisker Wonderland palette

Share this palette to:

Whisker Wonderland color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f8a3a0;
}
.color-3 {
color: #f8613f;
}
.color-4 {
color: #c44a9c;
}
.color-5 {
color: #3c2a6f;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8a3a0;
--color-3: #f8613f;
--color-4: #c44a9c;
--color-5: #3c2a6f;
}

Whisker Wonderland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8a3a0, #f8613f, #c44a9c, #3c2a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8a3a0, #f8613f, #c44a9c, #3c2a6f);
}

Whisker Wonderland color palette created on .