Color names in this palette
CSS code for this palette
/* CSS */
.christmas-orange {
color: #d86b2c;
}
.ash-yellow {
color: #efbf7b;
}
.celadon {
color: #b0e4af;
}
.fervent-green {
color: #4ba04c;
}
.ocean-call {
color: #2d6a8b;
}
/* CSS Variables */
:root {
--christmas-orange:#d86b2c;
--ash-yellow:#efbf7b;
--celadon:#b0e4af;
--fervent-green:#4ba04c;
--ocean-call:#2d6a8b;
}