Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4e9cd0;
}
.norfolk-sky {
color: #69b7e8;
}
.infinity-pool {
color: #92d4e8;
}
.blizzard-blue {
color: #a1e3f2;
}
.coastal-breeze {
color: #e2f9fd;
}
/* CSS Variables */
:root {
--blue-iguana:#4e9cd0;
--norfolk-sky:#69b7e8;
--infinity-pool:#92d4e8;
--blizzard-blue:#a1e3f2;
--coastal-breeze:#e2f9fd;
}