Color names in this palette
CSS code for this palette
/* CSS */
.thermal {
color: #3e4f51;
}
.dexter {
color: #6eb1b4;
}
.sinbad {
color: #a4d6d1;
}
.apricot-obsession {
color: #f9c3b4;
}
.coral-orange {
color: #e76d4b;
}
/* CSS Variables */
:root {
--thermal:#3e4f51;
--dexter:#6eb1b4;
--sinbad:#a4d6d1;
--apricot-obsession:#f9c3b4;
--coral-orange:#e76d4b;
}