Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.common-dandelion {
color: #ffd65c;
}
.green-gooseberry {
color: #b1e3a1;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--common-dandelion:#ffd65c;
--green-gooseberry:#b1e3a1;
--olympic-blue:#4b91e2;
}