Whisker Whimsy Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whisker Whimsy Brew palette

Share this palette to:

Whisker Whimsy Brew color palette CSS

/* CSS */
.color-1 {
color: #4c9e77;
}
.color-2 {
color: #89d1b3;
}
.color-3 {
color: #e6d6b7;
}
.color-4 {
color: #ea9f2e;
}
.color-5 {
color: #ce472c;
}

/* CSS Variables */
:root {
--color-1: #4c9e77;
--color-2: #89d1b3;
--color-3: #e6d6b7;
--color-4: #ea9f2e;
--color-5: #ce472c;
}

Whisker Whimsy Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9e77, #89d1b3, #e6d6b7, #ea9f2e, #ce472c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9e77, #89d1b3, #e6d6b7, #ea9f2e, #ce472c);
}

Whisker Whimsy Brew color palette created on .