Color names in this palette
CSS code for this palette
/* CSS */
.dragonfly {
color: #2e4976;
}
.smoky-azurite {
color: #6f8f9b;
}
.bulfinch-blue {
color: #91b3ba;
}
.offshore-mist {
color: #c9d6d9;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--dragonfly:#2e4976;
--smoky-azurite:#6f8f9b;
--bulfinch-blue:#91b3ba;
--offshore-mist:#c9d6d9;
--vanilla:#f3e4aa;
}