Color names in this palette
CSS code for this palette
/* CSS */
.blue-shoal {
color: #698c91;
}
.misty-blue {
color: #b3c1c2;
}
.silver-moon {
color: #d9d6c9;
}
.bone-white {
color: #f1e1b1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--blue-shoal:#698c91;
--misty-blue:#b3c1c2;
--silver-moon:#d9d6c9;
--bone-white:#f1e1b1;
--shrimp-cocktail:#f4a462;
}