Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.touch-of-class {
color: #906f6f;
}
.rose-potpourri {
color: #c9a59c;
}
.sugar-high {
color: #f2c5e9;
}
.pinenut {
color: #f8d9b9;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--touch-of-class:#906f6f;
--rose-potpourri:#c9a59c;
--sugar-high:#f2c5e9;
--pinenut:#f8d9b9;
}