Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.aurichalcite {
color: #33ffcc;
}
.persian-rose {
color: #ff33a7;
}
.sunglow {
color: #ffcc33;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--aurichalcite:#33ffcc;
--persian-rose:#ff33a7;
--sunglow:#ffcc33;
--poppy-surprise:#ff5833;
}