Color names in this palette
CSS code for this palette
/* CSS */
.effervescent-blue {
color: #002b5c;
}
.blue-moon {
color: #398eac;
}
.sunshine-mellow {
color: #f1c40e;
}
.sweet-honey {
color: #d5a358;
}
.purple-corallite {
color: #5c4d8f;
}
/* CSS Variables */
:root {
--effervescent-blue:#002b5c;
--blue-moon:#398eac;
--sunshine-mellow:#f1c40e;
--sweet-honey:#d5a358;
--purple-corallite:#5c4d8f;
}