Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.vivid-spring {
color: #8bcb5d;
}
.winter-time {
color: #3b8ea0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--vivid-spring:#8bcb5d;
--winter-time:#3b8ea0;
}