Coal Haver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coal Haver palette

Share this palette to:

Coal Haver color palette CSS

/* CSS */
.color-1 {
color: #283848;
}
.color-2 {
color: #3c4572;
}
.color-3 {
color: #55709b;
}
.color-4 {
color: #899ac2;
}
.color-5 {
color: #acc2d8;
}

/* CSS Variables */
:root {
--color-1: #283848;
--color-2: #3c4572;
--color-3: #55709b;
--color-4: #899ac2;
--color-5: #acc2d8;
}

Coal Haver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283848, #3c4572, #55709b, #899ac2, #acc2d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283848, #3c4572, #55709b, #899ac2, #acc2d8);
}

Coal Haver color palette created on .