Color names in this palette
CSS code for this palette
/* CSS */
.nancy {
color: #5cb8e6;
}
.may-day {
color: #4fc9c9;
}
.mint-jelly {
color: #40d4a5;
}
.barberry-yellow {
color: #f2ba36;
}
.firecracker {
color: #f1693b;
}
/* CSS Variables */
:root {
--nancy:#5cb8e6;
--may-day:#4fc9c9;
--mint-jelly:#40d4a5;
--barberry-yellow:#f2ba36;
--firecracker:#f1693b;
}