Claire's Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Claire's Whimsy palette

Share this palette to:

Claire's Whimsy color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d9b5a6;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #4a8c6a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #d9b5a6;
--color-4: #6a5bcd;
--color-5: #4a8c6a;
}

Claire's Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #d9b5a6, #6a5bcd, #4a8c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #d9b5a6, #6a5bcd, #4a8c6a);
}

Claire's Whimsy color palette created on .