Color names in this palette
CSS code for this palette
/* CSS */
.hygiene-green {
color: #5abfba;
}
.royal-palm {
color: #3d8a88;
}
.midnight-sea {
color: #5b5b8b;
}
.angel-food-cake {
color: #d6a14c;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--hygiene-green:#5abfba;
--royal-palm:#3d8a88;
--midnight-sea:#5b5b8b;
--angel-food-cake:#d6a14c;
--mandarin-red:#e54f3e;
}