Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc9e5;
}
.heritage-blue {
color: #4c98b8;
}
.ocean-call {
color: #2c6c8c;
}
.cape-jasmine {
color: #ffb85c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--candid-blue:#6cc9e5;
--heritage-blue:#4c98b8;
--ocean-call:#2c6c8c;
--cape-jasmine:#ffb85c;
--grapefruit-pulp:#ff6e61;
}