Color names in this palette
CSS code for this palette
/* CSS */
.blue-glint {
color: #8fc5d6;
}
.baby-tears {
color: #69b7d8;
}
.blessed-blue {
color: #4a98c9;
}
.amalfi-coast {
color: #2e7abd;
}
.drakenhof-nightshade {
color: #1d619f;
}
/* CSS Variables */
:root {
--blue-glint:#8fc5d6;
--baby-tears:#69b7d8;
--blessed-blue:#4a98c9;
--amalfi-coast:#2e7abd;
--drakenhof-nightshade:#1d619f;
}