Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e9cf1;
}
.neon-nazar {
color: #4cd4e1;
}
.mint-majesty {
color: #7ed3c2;
}
.appetite {
color: #b1e2a7;
}
.wake-me-up {
color: #f6d55a;
}
/* CSS Variables */
:root {
--karimun-blue:#1e9cf1;
--neon-nazar:#4cd4e1;
--mint-majesty:#7ed3c2;
--appetite:#b1e2a7;
--wake-me-up:#f6d55a;
}