Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.dry-peach {
color: #e07f5c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flat-green {
color: #6b994d;
}
.deep-ultramarine {
color: #3d4c99;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--dry-peach:#e07f5c;
--solar-plexus-chakra:#f1c84b;
--flat-green:#6b994d;
--deep-ultramarine:#3d4c99;
}