Color names in this palette
CSS code for this palette
/* CSS */
.peppy {
color: #6ed8ba;
}
.appetite {
color: #b1e6a3;
}
.lemon-bundt-cake {
color: #fcf6a1;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--peppy:#6ed8ba;
--appetite:#b1e6a3;
--lemon-bundt-cake:#fcf6a1;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}