Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #a2c6d8;
}
.delicate-girl-blue {
color: #68b3ca;
}
.mountain-bluebird {
color: #4b9abe;
}
.magic-blue {
color: #398ca7;
}
.blue-oasis {
color: #2b6f91;
}
/* CSS Variables */
:root {
--corydalis-blue:#a2c6d8;
--delicate-girl-blue:#68b3ca;
--mountain-bluebird:#4b9abe;
--magic-blue:#398ca7;
--blue-oasis:#2b6f91;
}