Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #7bd4ea;
}
.sea-capture {
color: #5abfe7;
}
.dayflower {
color: #3ca1d7;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--middle-blue:#7bd4ea;
--sea-capture:#5abfe7;
--dayflower:#3ca1d7;
--germander-speedwell:#0095c7;
--turkish-tile:#007e9e;
}