Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.pickled-ginger {
color: #ffe057;
}
.sour-candy {
color: #69af4b;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--pickled-ginger:#ffe057;
--sour-candy:#69af4b;
--olympic-blue:#4b91e2;
}