Color names in this palette
CSS code for this palette
/* CSS */
.duvall {
color: #0c8c92;
}
.super-rare-jade {
color: #0fbdb4;
}
.turquoise-panic {
color: #2cd5d8;
}
.ice-crystal-blue {
color: #a8e6e5;
}
.azure-mist {
color: #f0fff4;
}
/* CSS Variables */
:root {
--duvall:#0c8c92;
--super-rare-jade:#0fbdb4;
--turquoise-panic:#2cd5d8;
--ice-crystal-blue:#a8e6e5;
--azure-mist:#f0fff4;
}