Whipped Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whipped Confectionery palette

Share this palette to:

Whipped Confectionery color palette CSS

/* CSS */
.color-1 {
color: #f8e3af;
}
.color-2 {
color: #f1d5c6;
}
.color-3 {
color: #e9c3d9;
}
.color-4 {
color: #d2a5e3;
}
.color-5 {
color: #b7a3e0;
}

/* CSS Variables */
:root {
--color-1: #f8e3af;
--color-2: #f1d5c6;
--color-3: #e9c3d9;
--color-4: #d2a5e3;
--color-5: #b7a3e0;
}

Whipped Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e3af, #f1d5c6, #e9c3d9, #d2a5e3, #b7a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e3af, #f1d5c6, #e9c3d9, #d2a5e3, #b7a3e0);
}

Whipped Confectionery color palette created on .