Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #a4c7d6;
}
.bluebrite {
color: #6db9d9;
}
.mountain-bluebird {
color: #4c9cc8;
}
.blue-vacation {
color: #1e7eae;
}
.pontoon {
color: #0d5d8c;
}
/* CSS Variables */
:root {
--corydalis-blue:#a4c7d6;
--bluebrite:#6db9d9;
--mountain-bluebird:#4c9cc8;
--blue-vacation:#1e7eae;
--pontoon:#0d5d8c;
}