Color names in this palette
CSS code for this palette
/* CSS */
.blues {
color: #2c6b9b;
}
.mountain-bluebird {
color: #4b9abe;
}
.bright-spark {
color: #75c0e1;
}
.blizzard-blue {
color: #a1e1f2;
}
.coastal-breeze {
color: #e2f4f8;
}
/* CSS Variables */
:root {
--blues:#2c6b9b;
--mountain-bluebird:#4b9abe;
--bright-spark:#75c0e1;
--blizzard-blue:#a1e1f2;
--coastal-breeze:#e2f4f8;
}