Charming Horizons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Charming Horizons palette
Charming Horizons color palette CSS
/* CSS */
.color-1 {
color: #f9a9bc;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f5d45c;
}
.color-5 {
color: #6ec5d8;
}
/* CSS Variables */
:root {
--color-1: #f9a9bc;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #f5d45c;
--color-5: #6ec5d8;
}
Charming Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9bc, #ff6e61, #ffb84d, #f5d45c, #6ec5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9bc, #ff6e61, #ffb84d, #f5d45c, #6ec5d8);
}
Similar color palettes
Charming Horizons color palette created on .