Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.faded-sunlight {
color: #ffcb6b;
}
.blue-tint {
color: #a0d8d9;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--faded-sunlight:#ffcb6b;
--blue-tint:#a0d8d9;
--olympic-blue:#4b91e2;
}