Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.silver-tree {
color: #69bf91;
}
.westfall-yellow {
color: #f9d64e;
}
.oleander-pink {
color: #f25a9c;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--silver-tree:#69bf91;
--westfall-yellow:#f9d64e;
--oleander-pink:#f25a9c;
--olympic-blue:#4b91e2;
}