Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.neon-nazar {
color: #50d0e7;
}
.heisenberg-blue {
color: #6ed8f2;
}
.luminescent-blue {
color: #a2e1e7;
}
.sleek-white {
color: #fbf6e9;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--neon-nazar:#50d0e7;
--heisenberg-blue:#6ed8f2;
--luminescent-blue:#a2e1e7;
--sleek-white:#fbf6e9;
}