Color names in this palette
CSS code for this palette
/* CSS */
.haddock-s-sweater {
color: #2a7cbb;
}
.blue-astro {
color: #4ea8d4;
}
.bright-spark {
color: #76c0e5;
}
.havana-blue {
color: #a4d9e5;
}
.frostproof {
color: #d1eff5;
}
/* CSS Variables */
:root {
--haddock-s-sweater:#2a7cbb;
--blue-astro:#4ea8d4;
--bright-spark:#76c0e5;
--havana-blue:#a4d9e5;
--frostproof:#d1eff5;
}