Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1bf;
}
.beach-party {
color: #f8cf5d;
}
.may-day {
color: #4ccdc4;
}
.nero-s-green {
color: #2e7e7f;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1bf;
--beach-party:#f8cf5d;
--may-day:#4ccdc4;
--nero-s-green:#2e7e7f;
--sun-orange:#f47b1f;
}