Color names in this palette
CSS code for this palette
/* CSS */
.stardew {
color: #a6b1b5;
}
.wave-top {
color: #b1d8d3;
}
.soft-mint {
color: #e8f7f1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bergamot-orange {
color: #f5a15b;
}
/* CSS Variables */
:root {
--stardew:#a6b1b5;
--wave-top:#b1d8d3;
--soft-mint:#e8f7f1;
--solar-plexus-chakra:#f1c84b;
--bergamot-orange:#f5a15b;
}