Chloe's Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chloe's Whimsy palette

Share this palette to:

Chloe's Whimsy color palette CSS

/* CSS */
.color-1 {
color: #fad47a;
}
.color-2 {
color: #f6a2a9;
}
.color-3 {
color: #f05c77;
}
.color-4 {
color: #b65d9d;
}
.color-5 {
color: #697ace;
}

/* CSS Variables */
:root {
--color-1: #fad47a;
--color-2: #f6a2a9;
--color-3: #f05c77;
--color-4: #b65d9d;
--color-5: #697ace;
}

Chloe's Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad47a, #f6a2a9, #f05c77, #b65d9d, #697ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad47a, #f6a2a9, #f05c77, #b65d9d, #697ace);
}

Chloe's Whimsy color palette created on .