Color names in this palette
CSS code for this palette
/* CSS */
.springtime-rain {
color: #eeedf3;
}
.fine-blue {
color: #b6e2e2;
}
.throat-chakra {
color: #6cd5d4;
}
.candlelight-peach {
color: #f8a3a0;
}
.pink-pepper {
color: #f05c72;
}
/* CSS Variables */
:root {
--springtime-rain:#eeedf3;
--fine-blue:#b6e2e2;
--throat-chakra:#6cd5d4;
--candlelight-peach:#f8a3a0;
--pink-pepper:#f05c72;
}