Color names in this palette
CSS code for this palette
/* CSS */
.casual-blue {
color: #4d7e8f;
}
.peppermint-pie {
color: #a7c8c1;
}
.sand-pearl {
color: #e8d3b5;
}
.brownish-orange {
color: #c7781f;
}
.scarecrow-frown {
color: #a85c29;
}
/* CSS Variables */
:root {
--casual-blue:#4d7e8f;
--peppermint-pie:#a7c8c1;
--sand-pearl:#e8d3b5;
--brownish-orange:#c7781f;
--scarecrow-frown:#a85c29;
}