Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.butterfield {
color: #f5bf5c;
}
.unicorn-silver {
color: #e8e8e8;
}
.opal-flame {
color: #f06047;
}
.brick {
color: #a23820;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--butterfield:#f5bf5c;
--unicorn-silver:#e8e8e8;
--opal-flame:#f06047;
--brick:#a23820;
}