Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.distressed-white {
color: #f2e7ca;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.may-day {
color: #4ccdc4;
}
.baltic-green {
color: #3c9f9d;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--distressed-white:#f2e7ca;
--solar-plexus-chakra:#f1c84b;
--may-day:#4ccdc4;
--baltic-green:#3c9f9d;
}