Harbor Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harbor Breeze palette

Share this palette to:

Harbor Breeze color palette CSS

/* CSS */
.color-1 {
color: #3b92b5;
}
.color-2 {
color: #60b4c7;
}
.color-3 {
color: #a3d1d7;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #f09c00;
}

/* CSS Variables */
:root {
--color-1: #3b92b5;
--color-2: #60b4c7;
--color-3: #a3d1d7;
--color-4: #f5e0a3;
--color-5: #f09c00;
}

Harbor Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b92b5, #60b4c7, #a3d1d7, #f5e0a3, #f09c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b92b5, #60b4c7, #a3d1d7, #f5e0a3, #f09c00);
}

Harbor Breeze color palette created on .