Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.spinnaker-blue {
color: #008ab8;
}
.blue-flame {
color: #005c8a;
}
.early-july {
color: #a5dde9;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--spinnaker-blue:#008ab8;
--blue-flame:#005c8a;
--early-july:#a5dde9;
--sunshine-mellow:#f1c40e;
}