Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1d8b89;
}
.dioptase-green {
color: #409c8b;
}
.peppermint-fresh {
color: #5fbf9d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.tangerine-flake {
color: #e77b5a;
}
/* CSS Variables */
:root {
--ocean-liner:#1d8b89;
--dioptase-green:#409c8b;
--peppermint-fresh:#5fbf9d;
--solar-plexus-chakra:#f1c84b;
--tangerine-flake:#e77b5a;
}