Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d88;
}
.shocking-orange {
color: #ff6d1f;
}
.cyber-yellow {
color: #ffd500;
}
.enchanted-emerald {
color: #7de39f;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--french-rose:#ff4d88;
--shocking-orange:#ff6d1f;
--cyber-yellow:#ffd500;
--enchanted-emerald:#7de39f;
--capri:#00bfff;
}