Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.soviet-gold {
color: #ffd900;
}
.mountain-mint {
color: #a9dfbf;
}
.traditional-blue {
color: #1f628e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--soviet-gold:#ffd900;
--mountain-mint:#a9dfbf;
--traditional-blue:#1f628e;
}