Color names in this palette
CSS code for this palette
/* CSS */
.citrus-honey {
color: #f5b76b;
}
.candle-yellow {
color: #e1a26b;
}
.coral-sand {
color: #c78a4d;
}
.matcha-mecha {
color: #9eae6b;
}
.como {
color: #4b7c5d;
}
/* CSS Variables */
:root {
--citrus-honey:#f5b76b;
--candle-yellow:#e1a26b;
--coral-sand:#c78a4d;
--matcha-mecha:#9eae6b;
--como:#4b7c5d;
}