Whimsical Catnip Tea Party Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Catnip Tea Party palette

Share this palette to:

Whimsical Catnip Tea Party color palette CSS

/* CSS */
.color-1 {
color: #fccea6;
}
.color-2 {
color: #f1a7c3;
}
.color-3 {
color: #ec799d;
}
.color-4 {
color: #d54477;
}
.color-5 {
color: #a32459;
}

/* CSS Variables */
:root {
--color-1: #fccea6;
--color-2: #f1a7c3;
--color-3: #ec799d;
--color-4: #d54477;
--color-5: #a32459;
}

Whimsical Catnip Tea Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fccea6, #f1a7c3, #ec799d, #d54477, #a32459);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fccea6, #f1a7c3, #ec799d, #d54477, #a32459);
}

Whimsical Catnip Tea Party color palette created on .