Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.spring-yellow {
color: #f3e77c;
}
.vic-20-green {
color: #8fdc8f;
}
.malibu {
color: #6ab8e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--spring-yellow:#f3e77c;
--vic-20-green:#8fdc8f;
--malibu:#6ab8e2;
}