Color names in this palette
CSS code for this palette
/* CSS */
.darling-lilac {
color: #c9a6d8;
}
.pink-heath {
color: #f2b5e5;
}
.qing-yellow {
color: #ffcc66;
}
.sun-crete {
color: #ff8c00;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--darling-lilac:#c9a6d8;
--pink-heath:#f2b5e5;
--qing-yellow:#ffcc66;
--sun-crete:#ff8c00;
--poppy-surprise:#ff5833;
}