Blush Brunch Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Brunch Bliss palette

Share this palette to:

Blush Brunch Bliss color palette CSS

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #f9ccb9;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #f9ccb9;
--color-3: #f4b69f;
--color-4: #f7b7a1;
--color-5: #f4a462;
}

Blush Brunch Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #f9ccb9, #f4b69f, #f7b7a1, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #f9ccb9, #f4b69f, #f7b7a1, #f4a462);
}

Blush Brunch Bliss color palette created on .