Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.hot-embers {
color: #f85c35;
}
.t-morokoshi-corn {
color: #f8a83f;
}
.silken-gold {
color: #fce07e;
}
.persian-flatbread {
color: #e3c7a6;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--hot-embers:#f85c35;
--t-morokoshi-corn:#f8a83f;
--silken-gold:#fce07e;
--persian-flatbread:#e3c7a6;
}