Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-thorn {
color: #c27d2e;
}
.sweet-honey {
color: #d2a45b;
}
.venice-square {
color: #e8c492;
}
.friendly-yellow {
color: #f5e0b2;
}
.english-custard {
color: #e1b36b;
}
/* CSS Variables */
:root {
--mulberry-thorn:#c27d2e;
--sweet-honey:#d2a45b;
--venice-square:#e8c492;
--friendly-yellow:#f5e0b2;
--english-custard:#e1b36b;
}