Waxed Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Waxed Whimsy palette

Share this palette to:

Waxed Whimsy color palette CSS

/* CSS */
.color-1 {
color: #7d4f4f;
}
.color-2 {
color: #c1978b;
}
.color-3 {
color: #e5b29e;
}
.color-4 {
color: #f2d5c0;
}
.color-5 {
color: #f4e1e1;
}

/* CSS Variables */
:root {
--color-1: #7d4f4f;
--color-2: #c1978b;
--color-3: #e5b29e;
--color-4: #f2d5c0;
--color-5: #f4e1e1;
}

Waxed Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4f4f, #c1978b, #e5b29e, #f2d5c0, #f4e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4f4f, #c1978b, #e5b29e, #f2d5c0, #f4e1e1);
}

Waxed Whimsy color palette created on .