Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.toxic-orange {
color: #ff5d38;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bumblebee {
color: #ffcd29;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--toxic-orange:#ff5d38;
--grapefruit-pulp:#ff6e61;
--bumblebee:#ffcd29;
--olympic-blue:#4b91e2;
}