Whimsical Whiskers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

Share this palette to:

Whimsical Whiskers color palette CSS

/* CSS */
.color-1 {
color: #d57d34;
}
.color-2 {
color: #c2a56b;
}
.color-3 {
color: #a0b1a8;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #f2b5d4;
}

/* CSS Variables */
:root {
--color-1: #d57d34;
--color-2: #c2a56b;
--color-3: #a0b1a8;
--color-4: #704d7a;
--color-5: #f2b5d4;
}

Whimsical Whiskers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57d34, #c2a56b, #a0b1a8, #704d7a, #f2b5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57d34, #c2a56b, #a0b1a8, #704d7a, #f2b5d4);
}

Whimsical Whiskers color palette created on .