Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-temple {
color: #d9b478;
}
.sunday-afternoon {
color: #f5c67a;
}
.blended-fruit {
color: #f8e1a5;
}
.monarch-orange {
color: #f09b66;
}
.martian-ironearth {
color: #c3574b;
}
/* CSS Variables */
:root {
--egyptian-temple:#d9b478;
--sunday-afternoon:#f5c67a;
--blended-fruit:#f8e1a5;
--monarch-orange:#f09b66;
--martian-ironearth:#c3574b;
}