Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.berry-pie {
color: #4e6f8d;
}
.bayshore-blue {
color: #8ea5b8;
}
.snowy-summit {
color: #c5d7e7;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--berry-pie:#4e6f8d;
--bayshore-blue:#8ea5b8;
--snowy-summit:#c5d7e7;
--cotton-ball:#f3f9fc;
}