Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #4c8fd6;
}
.blue-mana {
color: #6dc2f3;
}
.blizzard-blue {
color: #9ee4f0;
}
.madang {
color: #b7e6a8;
}
.turkish-ginger {
color: #f7f6bb;
}
/* CSS Variables */
:root {
--blue-dart:#4c8fd6;
--blue-mana:#6dc2f3;
--blizzard-blue:#9ee4f0;
--madang:#b7e6a8;
--turkish-ginger:#f7f6bb;
}