Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f7bfb6;
}
.roseberry {
color: #f2a6a1;
}
.vinaceous-cinnamon {
color: #f78d88;
}
.amber-yellow {
color: #f5b55b;
}
.fresh-scent {
color: #f0c219;
}
/* CSS Variables */
:root {
--rustique:#f7bfb6;
--roseberry:#f2a6a1;
--vinaceous-cinnamon:#f78d88;
--amber-yellow:#f5b55b;
--fresh-scent:#f0c219;
}