Creamy Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Confectionery palette

Share this palette to:

Creamy Confectionery color palette CSS

/* CSS */
.color-1 {
color: #ebb9b2;
}
.color-2 {
color: #f4cfb4;
}
.color-3 {
color: #f4e0d2;
}
.color-4 {
color: #d2bab7;
}
.color-5 {
color: #c5a6b6;
}

/* CSS Variables */
:root {
--color-1: #ebb9b2;
--color-2: #f4cfb4;
--color-3: #f4e0d2;
--color-4: #d2bab7;
--color-5: #c5a6b6;
}

Creamy Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebb9b2, #f4cfb4, #f4e0d2, #d2bab7, #c5a6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebb9b2, #f4cfb4, #f4e0d2, #d2bab7, #c5a6b6);
}

Creamy Confectionery color palette created on .