Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f6cbe1;
}
.flan {
color: #f7e5b1;
}
.maximum-yellow-red {
color: #f0b74c;
}
.hot-shot {
color: #e94e2b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f6cbe1;
--flan:#f7e5b1;
--maximum-yellow-red:#f0b74c;
--hot-shot:#e94e2b;
}