Color names in this palette
CSS code for this palette
/* CSS */
.classic-bouquet {
color: #a28bbb;
}
.pretty-petunia {
color: #d8b3df;
}
.scalloped-oak {
color: #f1d1a2;
}
.debrito {
color: #f0753d;
}
.horror-snob {
color: #d94c4a;
}
/* CSS Variables */
:root {
--classic-bouquet:#a28bbb;
--pretty-petunia:#d8b3df;
--scalloped-oak:#f1d1a2;
--debrito:#f0753d;
--horror-snob:#d94c4a;
}