Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d1a3c7;
}
.soft-cashmere {
color: #f3b4d6;
}
.grandis {
color: #ffcd75;
}
.grapefruit-pulp {
color: #ff6e61;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--geranium-bud:#d1a3c7;
--soft-cashmere:#f3b4d6;
--grandis:#ffcd75;
--grapefruit-pulp:#ff6e61;
--light-sky-babe:#9fd2df;
}