Color names in this palette
CSS code for this palette
/* CSS */
.mint-majesty {
color: #7ed3c2;
}
.clean-pool {
color: #4ac0e8;
}
.dodger-blue {
color: #3c83f6;
}
.gloomy-purple {
color: #8a5ee8;
}
.pinky-swear {
color: #f1a7f1;
}
/* CSS Variables */
:root {
--mint-majesty:#7ed3c2;
--clean-pool:#4ac0e8;
--dodger-blue:#3c83f6;
--gloomy-purple:#8a5ee8;
--pinky-swear:#f1a7f1;
}