Blush and Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush and Breeze palette

Share this palette to:

Blush and Breeze color palette CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #fcdee6;
}
.color-3 {
color: #fbcbd8;
}
.color-4 {
color: #f1acb4;
}
.color-5 {
color: #889dd8;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #fcdee6;
--color-3: #fbcbd8;
--color-4: #f1acb4;
--color-5: #889dd8;
}

Blush and Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #fcdee6, #fbcbd8, #f1acb4, #889dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #fcdee6, #fbcbd8, #f1acb4, #889dd8);
}

Blush and Breeze color palette created on .