Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.burning-tomato {
color: #ea4e2e;
}
.lucid-dream {
color: #5c2f92;
}
.magic-blue {
color: #3d8ca9;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--grapefruit-pulp:#ff6e61;
--burning-tomato:#ea4e2e;
--lucid-dream:#5c2f92;
--magic-blue:#3d8ca9;
}