Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a1b8c4;
}
.cerulean-frost {
color: #6d9dc5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.camel-red {
color: #e6703d;
}
.berrylicious {
color: #d45e6e;
}
/* CSS Variables */
:root {
--sterling-blue:#a1b8c4;
--cerulean-frost:#6d9dc5;
--maximum-yellow-red:#f1b74b;
--camel-red:#e6703d;
--berrylicious:#d45e6e;
}