Blushing Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Breeze palette

Share this palette to:

Blushing Breeze color palette CSS

/* CSS */
.color-1 {
color: #e1a8c8;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f9e0c8;
}
.color-4 {
color: #c2e0e5;
}
.color-5 {
color: #99d6d6;
}

/* CSS Variables */
:root {
--color-1: #e1a8c8;
--color-2: #f4c3b3;
--color-3: #f9e0c8;
--color-4: #c2e0e5;
--color-5: #99d6d6;
}

Blushing Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8c8, #f4c3b3, #f9e0c8, #c2e0e5, #99d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8c8, #f4c3b3, #f9e0c8, #c2e0e5, #99d6d6);
}

Blushing Breeze color palette created on .