Bouquet Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bouquet Bliss palette

Share this palette to:

Bouquet Bliss color palette PNG image

Download bouquet bliss color palette PNG image (landscape)
Download bouquet bliss color palette PNG image (square)

Bouquet Bliss color palette CSS

/* CSS */
.color-1 {
color: #d2a3b2;
}
.color-2 {
color: #c68b9e;
}
.color-3 {
color: #b5788b;
}
.color-4 {
color: #9f607b;
}
.color-5 {
color: #822b67;
}

/* CSS Variables */
:root {
--color-1: #d2a3b2;
--color-2: #c68b9e;
--color-3: #b5788b;
--color-4: #9f607b;
--color-5: #822b67;
}

Bouquet Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3b2, #c68b9e, #b5788b, #9f607b, #822b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3b2, #c68b9e, #b5788b, #9f607b, #822b67);
}

Bouquet Bliss color palette created on .