Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1f4d7f;
}
.scooter {
color: #2a8c9d;
}
.chinese-lacquer {
color: #5fc4c2;
}
.welcoming-wasp {
color: #f0a800;
}
.apocalyptic-orange {
color: #f76c22;
}
/* CSS Variables */
:root {
--clear-night-sky:#1f4d7f;
--scooter:#2a8c9d;
--chinese-lacquer:#5fc4c2;
--welcoming-wasp:#f0a800;
--apocalyptic-orange:#f76c22;
}