Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #734794;
}
.scotch-thistle {
color: #9e6b9d;
}
.rhubarb-gin {
color: #d9a6c1;
}
.sandy {
color: #f2d97d;
}
.strawberry-avalanche {
color: #f14b3b;
}
/* CSS Variables */
:root {
--purple-sapphire:#734794;
--scotch-thistle:#9e6b9d;
--rhubarb-gin:#d9a6c1;
--sandy:#f2d97d;
--strawberry-avalanche:#f14b3b;
}