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