Color names in this palette
CSS code for this palette
/* CSS */
.aurichalcite {
color: #33ffcc;
}
.bright-turquoise {
color: #00e5e6;
}
.jade-orchid {
color: #00ada8;
}
.reliquial-rose {
color: #ff2982;
}
.sparrow-s-fire {
color: #ff6224;
}
/* CSS Variables */
:root {
--aurichalcite:#33ffcc;
--bright-turquoise:#00e5e6;
--jade-orchid:#00ada8;
--reliquial-rose:#ff2982;
--sparrow-s-fire:#ff6224;
}