Color names in this palette
CSS code for this palette
/* CSS */
.blue-bayou {
color: #bfc5d4;
}
.grey-agate {
color: #a8b3c2;
}
.forever-blue {
color: #8b9bb6;
}
.slate-blue {
color: #5f7c9b;
}
.celestial-blue {
color: #2c4d68;
}
/* CSS Variables */
:root {
--blue-bayou:#bfc5d4;
--grey-agate:#a8b3c2;
--forever-blue:#8b9bb6;
--slate-blue:#5f7c9b;
--celestial-blue:#2c4d68;
}