Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc0e4;
}
.lighthouse-glow {
color: #f9d36c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.gumball {
color: #e2b1d5;
}
.resplendent-growth {
color: #3c8b3e;
}
/* CSS Variables */
:root {
--candid-blue:#6cc0e4;
--lighthouse-glow:#f9d36c;
--grapefruit-pulp:#ff6e61;
--gumball:#e2b1d5;
--resplendent-growth:#3c8b3e;
}