Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c0;
}
.tequila {
color: #f4d1a4;
}
.storm-lightning {
color: #f8e59b;
}
.overtone {
color: #a7e2b0;
}
.neon-nazar {
color: #4ecfe9;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c0;
--tequila:#f4d1a4;
--storm-lightning:#f8e59b;
--overtone:#a7e2b0;
--neon-nazar:#4ecfe9;
}