Color names in this palette
CSS code for this palette
/* CSS */
.suntan {
color: #d6b39f;
}
.lunatic-lynx {
color: #ddae88;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-flambe {
color: #a76d58;
}
.dolomite-red {
color: #c67b9a;
}
/* CSS Variables */
:root {
--suntan:#d6b39f;
--lunatic-lynx:#ddae88;
--solar-plexus-chakra:#f1c84b;
--orange-flambe:#a76d58;
--dolomite-red:#c67b9a;
}