Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.prism-pink {
color: #f1a2c4;
}
.apricot-preserves {
color: #ebaf8e;
}
.sport-yellow {
color: #f0d77a;
}
.solar-plexus-chakra {
color: #f2c84a;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--prism-pink:#f1a2c4;
--apricot-preserves:#ebaf8e;
--sport-yellow:#f0d77a;
--solar-plexus-chakra:#f2c84a;
}