Color names in this palette
CSS code for this palette
/* CSS */
.big-chill {
color: #7dc8e3;
}
.blue-martini {
color: #50b2d3;
}
.blue-damselfly {
color: #2a9fd5;
}
.cyan-cornflower-blue {
color: #1c8cc4;
}
.mitchell-blue {
color: #0d7aa5;
}
/* CSS Variables */
:root {
--big-chill:#7dc8e3;
--blue-martini:#50b2d3;
--blue-damselfly:#2a9fd5;
--cyan-cornflower-blue:#1c8cc4;
--mitchell-blue:#0d7aa5;
}