Color names in this palette
CSS code for this palette
/* CSS */
.dolomite-red {
color: #c06d9d;
}
.pink-fit {
color: #f1a7b1;
}
.demure-pink {
color: #f8d2c4;
}
.aspen-yellow {
color: #f7e0a1;
}
.golden-talisman {
color: #e9c89b;
}
/* CSS Variables */
:root {
--dolomite-red:#c06d9d;
--pink-fit:#f1a7b1;
--demure-pink:#f8d2c4;
--aspen-yellow:#f7e0a1;
--golden-talisman:#e9c89b;
}