Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.waimea-blue {
color: #4b9dd8;
}
.candid-blue {
color: #6ac4e2;
}
.sparkling-mint {
color: #a3e0d3;
}
.heavy-sugar {
color: #eef6f4;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--waimea-blue:#4b9dd8;
--candid-blue:#6ac4e2;
--sparkling-mint:#a3e0d3;
--heavy-sugar:#eef6f4;
}