Creamy Confections Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Confections palette

Share this palette to:

Creamy Confections color palette CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d09c8a;
}
.color-3 {
color: #b57d8d;
}
.color-4 {
color: #a46a6a;
}
.color-5 {
color: #d4c4af;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d09c8a;
--color-3: #b57d8d;
--color-4: #a46a6a;
--color-5: #d4c4af;
}

Creamy Confections background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d09c8a, #b57d8d, #a46a6a, #d4c4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d09c8a, #b57d8d, #a46a6a, #d4c4af);
}

Creamy Confections color palette created on .