Blush Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Horizon palette

Share this palette to:

Blush Horizon color palette CSS

/* CSS */
.color-1 {
color: #e2c6b6;
}
.color-2 {
color: #f2cfcf;
}
.color-3 {
color: #897d6c;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f9e1e1;
}

/* CSS Variables */
:root {
--color-1: #e2c6b6;
--color-2: #f2cfcf;
--color-3: #897d6c;
--color-4: #ffffff;
--color-5: #f9e1e1;
}

Blush Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c6b6, #f2cfcf, #897d6c, #ffffff, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c6b6, #f2cfcf, #897d6c, #ffffff, #f9e1e1);
}

Blush Horizon color palette created on .