Blushing Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Horizon palette

Share this palette to:

Blushing Horizon color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9175;
}
.color-3 {
color: #ffbf75;
}
.color-4 {
color: #ffd980;
}
.color-5 {
color: #ffe057;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9175;
--color-3: #ffbf75;
--color-4: #ffd980;
--color-5: #ffe057;
}

Blushing Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9175, #ffbf75, #ffd980, #ffe057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9175, #ffbf75, #ffd980, #ffe057);
}

Blushing Horizon color palette created on .