Harbor Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harbor Hues palette

Share this palette to:

Harbor Hues color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3c6d96;
}
.color-3 {
color: #5f9abf;
}
.color-4 {
color: #9bc8e8;
}
.color-5 {
color: #efe6e1;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3c6d96;
--color-3: #5f9abf;
--color-4: #9bc8e8;
--color-5: #efe6e1;
}

Harbor Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3c6d96, #5f9abf, #9bc8e8, #efe6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3c6d96, #5f9abf, #9bc8e8, #efe6e1);
}

Harbor Hues color palette created on .