Color names in this palette
CSS code for this palette
/* CSS */
.elevated {
color: #b3c2d6;
}
.elizabeth-blue {
color: #a1b8d4;
}
.caribbean-sky {
color: #7e9dc9;
}
.boat-house {
color: #4f8bbf;
}
.bay-site {
color: #2c5f8c;
}
/* CSS Variables */
:root {
--elevated:#b3c2d6;
--elizabeth-blue:#a1b8d4;
--caribbean-sky:#7e9dc9;
--boat-house:#4f8bbf;
--bay-site:#2c5f8c;
}