Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.october-haze {
color: #f9aa8b;
}
.bonfire {
color: #f77c59;
}
.opal-flame {
color: #e65d51;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--october-haze:#f9aa8b;
--bonfire:#f77c59;
--opal-flame:#e65d51;
--chinese-dragon:#c94f4f;
}