Color names in this palette
CSS code for this palette
/* CSS */
.yucca-cream {
color: #a1d9cc;
}
.rucksack-tan {
color: #f0b505;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cadmium-violet {
color: #7e3d99;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--yucca-cream:#a1d9cc;
--rucksack-tan:#f0b505;
--grapefruit-pulp:#ff6e61;
--cadmium-violet:#7e3d99;
--snow-white-blush:#f9aeae;
}