Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fish-ceviche {
color: #e2e2d5;
}
.cascade-green {
color: #a2c3b6;
}
.magenta-violet {
color: #6d4f8c;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--solar-plexus-chakra:#f1c84b;
--fish-ceviche:#e2e2d5;
--cascade-green:#a2c3b6;
--magenta-violet:#6d4f8c;
}