Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #794c90;
}
.rose-bud {
color: #b75c9a;
}
.shrimp-cocktail {
color: #f4a462;
}
.grapefruit-pulp {
color: #ff6e61;
}
.chartreuse-shot {
color: #d3d600;
}
/* CSS Variables */
:root {
--purple-sapphire:#794c90;
--rose-bud:#b75c9a;
--shrimp-cocktail:#f4a462;
--grapefruit-pulp:#ff6e61;
--chartreuse-shot:#d3d600;
}