Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1f4c8e;
}
.blue-dart-frog {
color: #3b7e9b;
}
.hygiene-green {
color: #5abfb5;
}
.frostee {
color: #d9e4d2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--sweat-bee:#1f4c8e;
--blue-dart-frog:#3b7e9b;
--hygiene-green:#5abfb5;
--frostee:#d9e4d2;
--apricot-glazed-chicken:#f5a524;
}