Blushing Horizons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Horizons palette
Blushing Horizons color palette CSS
/* CSS */
.color-1 {
color: #f19dac;
}
.color-2 {
color: #f2b5d4;
}
.color-3 {
color: #f2b5c3;
}
.color-4 {
color: #f1a2b6;
}
.color-5 {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--color-1: #f19dac;
--color-2: #f2b5d4;
--color-3: #f2b5c3;
--color-4: #f1a2b6;
--color-5: #f1c1d6;
}
Blushing Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f19dac, #f2b5d4, #f2b5c3, #f1a2b6, #f1c1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f19dac, #f2b5d4, #f2b5c3, #f1a2b6, #f1c1d6);
}
Similar color palettes
Blushing Horizons color palette created on .