Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e6f9;
}
.norfolk-sky {
color: #67c2e9;
}
.dayflower {
color: #36a5d9;
}
.hidden-springs {
color: #1b8cb1;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e6f9;
--norfolk-sky:#67c2e9;
--dayflower:#36a5d9;
--hidden-springs:#1b8cb1;
--turkish-tile:#007e9e;
}