Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.lavender-sweater {
color: #c181c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.egg-yolk {
color: #ffcc80;
}
.holy-white {
color: #f5f5db;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--lavender-sweater:#c181c1;
--grapefruit-pulp:#ff6e61;
--egg-yolk:#ffcc80;
--holy-white:#f5f5db;
}