Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a4d9e5;
}
.horizon-haze {
color: #80c3e5;
}
.blue-astro {
color: #4ea9da;
}
.spa-dream {
color: #1d8ebf;
}
.mitchell-blue {
color: #0d7a9c;
}
/* CSS Variables */
:root {
--havana-blue:#a4d9e5;
--horizon-haze:#80c3e5;
--blue-astro:#4ea9da;
--spa-dream:#1d8ebf;
--mitchell-blue:#0d7a9c;
}