Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.glenwood-green {
color: #a4d5b6;
}
.goose-pond-green {
color: #5f9b94;
}
.crashing-waves {
color: #3e6b89;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--solar-plexus-chakra:#f1c84b;
--glenwood-green:#a4d5b6;
--goose-pond-green:#5f9b94;
--crashing-waves:#3e6b89;
}