Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.silver-tree {
color: #69bf91;
}
.soviet-gold {
color: #ffd900;
}
.matt-pink {
color: #ffb8c1;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--silver-tree:#69bf91;
--soviet-gold:#ffd900;
--matt-pink:#ffb8c1;
--sun-crete:#ff8c00;
}