Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.medium-turquoise {
color: #41d0d8;
}
.neon-nazar {
color: #4ee4da;
}
.ice-crystal-blue {
color: #a6e8e1;
}
.bakery-box {
color: #eff5f4;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--medium-turquoise:#41d0d8;
--neon-nazar:#4ee4da;
--ice-crystal-blue:#a6e8e1;
--bakery-box:#eff5f4;
}