Color names in this palette
CSS code for this palette
/* CSS */
.chinese-dragon {
color: #c94f4f;
}
.fiery-salmon {
color: #f76969;
}
.fresh-peaches {
color: #f8b98b;
}
.storm-lightning {
color: #f8e59b;
}
.apple-slice {
color: #f1f3bf;
}
/* CSS Variables */
:root {
--chinese-dragon:#c94f4f;
--fiery-salmon:#f76969;
--fresh-peaches:#f8b98b;
--storm-lightning:#f8e59b;
--apple-slice:#f1f3bf;
}