Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4e9cd0;
}
.club-cruise {
color: #8dc4e2;
}
.blizzard-blue {
color: #9fe0f4;
}
.dawn-light {
color: #f9e0a9;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--blue-iguana:#4e9cd0;
--club-cruise:#8dc4e2;
--blizzard-blue:#9fe0f4;
--dawn-light:#f9e0a9;
--sun-orange:#f47b1f;
}