Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.young-bamboo {
color: #69bf8e;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--young-bamboo:#69bf8e;
--olympic-blue:#4b91e2;
}