Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1e3e57;
}
.hippie-blue {
color: #498c9c;
}
.ebbtide {
color: #85b6c1;
}
.sunday-afternoon {
color: #f5c67a;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--regal-blue:#1e3e57;
--hippie-blue:#498c9c;
--ebbtide:#85b6c1;
--sunday-afternoon:#f5c67a;
--fireglow:#d65c3d;
}