Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2a8c9d;
}
.gem-turquoise {
color: #4fc0c4;
}
.turkish-turquoise {
color: #76dfe5;
}
.pale-king-s-blue {
color: #a8f5f2;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--scooter:#2a8c9d;
--gem-turquoise:#4fc0c4;
--turkish-turquoise:#76dfe5;
--pale-king-s-blue:#a8f5f2;
--polar-bear-in-a-blizzard:#faffff;
}