Breezy Horizons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breezy Horizons palette

Share this palette to:

Breezy Horizons color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #e5b266;
}
.color-5 {
color: #f0a038;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4b79f;
--color-3: #f9d86c;
--color-4: #e5b266;
--color-5: #f0a038;
}

Breezy Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4b79f, #f9d86c, #e5b266, #f0a038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4b79f, #f9d86c, #e5b266, #f0a038);
}

Breezy Horizons color palette created on .