Sweet Confectionery Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confectionery Dream palette

Share this palette to:

Sweet Confectionery Dream color palette CSS

/* CSS */
.color-1 {
color: #f8d2a0;
}
.color-2 {
color: #f5a3b5;
}
.color-3 {
color: #f4bee0;
}
.color-4 {
color: #e3a6d4;
}
.color-5 {
color: #d19fc5;
}

/* CSS Variables */
:root {
--color-1: #f8d2a0;
--color-2: #f5a3b5;
--color-3: #f4bee0;
--color-4: #e3a6d4;
--color-5: #d19fc5;
}

Sweet Confectionery Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2a0, #f5a3b5, #f4bee0, #e3a6d4, #d19fc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2a0, #f5a3b5, #f4bee0, #e3a6d4, #d19fc5);
}

Sweet Confectionery Dream color palette created on .