Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.neon-nazar {
color: #4ccfe1;
}
.polar-blue {
color: #b3e0e5;
}
.rising-star {
color: #f6f9d7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--neon-nazar:#4ccfe1;
--polar-blue:#b3e0e5;
--rising-star:#f6f9d7;
--grapefruit-pulp:#ff6e61;
}