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: #f6d7c1;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #eabe90;
}
.color-4 {
color: #f3d839;
}
.color-5 {
color: #e4a64e;
}

/* CSS Variables */
:root {
--color-1: #f6d7c1;
--color-2: #f1b1b8;
--color-3: #eabe90;
--color-4: #f3d839;
--color-5: #e4a64e;
}

Sweet Confectionery Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7c1, #f1b1b8, #eabe90, #f3d839, #e4a64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7c1, #f1b1b8, #eabe90, #f3d839, #e4a64e);
}

Sweet Confectionery Dream color palette created on .