Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.sango-red {
color: #f36849;
}
.coral-silk {
color: #f3a27c;
}
.citrus-sachet {
color: #f3c7a5;
}
.envious-pastel {
color: #d7f3bf;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--sango-red:#f36849;
--coral-silk:#f3a27c;
--citrus-sachet:#f3c7a5;
--envious-pastel:#d7f3bf;
}