Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.dusty-jade-green {
color: #74b49b;
}
.nectar-jackpot {
color: #f0d68e;
}
.hot-butter {
color: #e6a100;
}
.pompeii-red {
color: #d44a2b;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--dusty-jade-green:#74b49b;
--nectar-jackpot:#f0d68e;
--hot-butter:#e6a100;
--pompeii-red:#d44a2b;
}