Sweet Confection Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confection Delight palette

Share this palette to:

Sweet Confection Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d9b34a;
}
.color-4 {
color: #f8a5a9;
}
.color-5 {
color: #f1cbd2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #d9b34a;
--color-4: #f8a5a9;
--color-5: #f1cbd2;
}

Sweet Confection Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #d9b34a, #f8a5a9, #f1cbd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #d9b34a, #f8a5a9, #f1cbd2);
}

Sweet Confection Delight color palette created on .