Sweet Confectionery Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confectionery Bliss palette

Share this palette to:

Download Sweet Confectionery Bliss Color Palette (PNG)

Download sweet confectionery bliss color palette PNG image (landscape)
Download sweet confectionery bliss color palette PNG image (square)

Sweet Confectionery Bliss color palette CSS

/* CSS */
.color-1 {
color: #f8c9d9;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e88c9d;
}
.color-4 {
color: #e06c87;
}
.color-5 {
color: #d54d6f;
}

/* CSS Variables */
:root {
--color-1: #f8c9d9;
--color-2: #f1a7b6;
--color-3: #e88c9d;
--color-4: #e06c87;
--color-5: #d54d6f;
}

Sweet Confectionery Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d9, #f1a7b6, #e88c9d, #e06c87, #d54d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d9, #f1a7b6, #e88c9d, #e06c87, #d54d6f);
}

Sweet Confectionery Bliss color palette created on .