Color names in this palette
CSS code for this palette
/* CSS */
.berry-pie {
color: #4e6f8d;
}
.lagoon-blue {
color: #7ea3b4;
}
.light-blue-glint {
color: #a7d3e2;
}
.syndicalist {
color: #f5c400;
}
.mod-orange {
color: #d6593d;
}
/* CSS Variables */
:root {
--berry-pie:#4e6f8d;
--lagoon-blue:#7ea3b4;
--light-blue-glint:#a7d3e2;
--syndicalist:#f5c400;
--mod-orange:#d6593d;
}