Color names in this palette
CSS code for this palette
/* CSS */
.blue-aster {
color: #007ec7;
}
.vanadyl-blue {
color: #00a5e0;
}
.cyanite {
color: #00b8e6;
}
.crystal-river {
color: #b2e3f0;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--blue-aster:#007ec7;
--vanadyl-blue:#00a5e0;
--cyanite:#00b8e6;
--crystal-river:#b2e3f0;
--distant-horizon:#f1f9f9;
}