Color names in this palette
CSS code for this palette
/* CSS */
.gladiola-violet {
color: #6e507c;
}
.enhance {
color: #d1a8b9;
}
.melon-melody {
color: #f8c391;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.burled-redwood {
color: #8d4c3a;
}
/* CSS Variables */
:root {
--gladiola-violet:#6e507c;
--enhance:#d1a8b9;
--melon-melody:#f8c391;
--peanut-butter-chicken:#ffb65c;
--burled-redwood:#8d4c3a;
}