Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.lichen-blue {
color: #5d8eb6;
}
.simply-posh {
color: #8db8d3;
}
.golden-sap {
color: #f0d27f;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--lichen-blue:#5d8eb6;
--simply-posh:#8db8d3;
--golden-sap:#f0d27f;
--orangeville:#e66b5b;
}