Sweet Confectionery Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confectionery Dreams palette

Share this palette to:

Sweet Confectionery Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffd6e6;
}
.color-2 {
color: #ffb1a8;
}
.color-3 {
color: #ffc8b8;
}
.color-4 {
color: #ffea75;
}
.color-5 {
color: #ff9ea0;
}

/* CSS Variables */
:root {
--color-1: #ffd6e6;
--color-2: #ffb1a8;
--color-3: #ffc8b8;
--color-4: #ffea75;
--color-5: #ff9ea0;
}

Sweet Confectionery Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6e6, #ffb1a8, #ffc8b8, #ffea75, #ff9ea0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6e6, #ffb1a8, #ffc8b8, #ffea75, #ff9ea0);
}

Sweet Confectionery Dreams color palette created on .