Color names in this palette
CSS code for this palette
/* CSS */
.scarecrow-frown {
color: #a25c2a;
}
.ceremonial-gold {
color: #d69d5c;
}
.white-chocolate {
color: #f0e2c7;
}
.just-blush {
color: #f9b8a4;
}
.mountain-laurel {
color: #f2cad4;
}
/* CSS Variables */
:root {
--scarecrow-frown:#a25c2a;
--ceremonial-gold:#d69d5c;
--white-chocolate:#f0e2c7;
--just-blush:#f9b8a4;
--mountain-laurel:#f2cad4;
}