Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #6fa3f1;
}
.blue-click {
color: #a6d6e8;
}
.soviet-gold {
color: #ffd900;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#6fa3f1;
--blue-click:#a6d6e8;
--soviet-gold:#ffd900;
--vitamin-c:#ff9900;
}