Breezy Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breezy Horizon palette

Share this palette to:

Breezy Horizon color palette CSS

/* CSS */
.color-1 {
color: #3b9fd8;
}
.color-2 {
color: #4ec4e4;
}
.color-3 {
color: #80f7f9;
}
.color-4 {
color: #f3df6d;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #4ec4e4;
--color-3: #80f7f9;
--color-4: #f3df6d;
--color-5: #ff7142;
}

Breezy Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #4ec4e4, #80f7f9, #f3df6d, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #4ec4e4, #80f7f9, #f3df6d, #ff7142);
}

Breezy Horizon color palette created on .