Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.neon-nazar {
color: #4ccfe1;
}
.aquamarine-blue {
color: #72d1e9;
}
.tahitian-breeze {
color: #b9e9e3;
}
.plastic-clouds {
color: #f5eff1;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--neon-nazar:#4ccfe1;
--aquamarine-blue:#72d1e9;
--tahitian-breeze:#b9e9e3;
--plastic-clouds:#f5eff1;
}