Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.eau-de-rose {
color: #e4b9d4;
}
.classical-yellow {
color: #f9d690;
}
.apricot-jam {
color: #f2a76e;
}
.orpiment-orange {
color: #d17d3d;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--eau-de-rose:#e4b9d4;
--classical-yellow:#f9d690;
--apricot-jam:#f2a76e;
--orpiment-orange:#d17d3d;
}