Color names in this palette
CSS code for this palette
/* CSS */
.blissful-blue {
color: #b2c7d7;
}
.aerial-view {
color: #9fb2c6;
}
.dyer-s-woad {
color: #789ab0;
}
.caspian-sea {
color: #4f6f92;
}
.blue-hue {
color: #3a4c5f;
}
/* CSS Variables */
:root {
--blissful-blue:#b2c7d7;
--aerial-view:#9fb2c6;
--dyer-s-woad:#789ab0;
--caspian-sea:#4f6f92;
--blue-hue:#3a4c5f;
}