Floral Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Floral Whimsy palette

Share this palette to:

Floral Whimsy color palette CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f1e3b1;
}
.color-4 {
color: #a1d3e8;
}
.color-5 {
color: #55c3a2;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f1a8a2;
--color-3: #f1e3b1;
--color-4: #a1d3e8;
--color-5: #55c3a2;
}

Floral Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f1a8a2, #f1e3b1, #a1d3e8, #55c3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f1a8a2, #f1e3b1, #a1d3e8, #55c3a2);
}

Floral Whimsy color palette created on .