Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f6c85a;
}
.bergamot-orange {
color: #f6a05a;
}
.bonfire {
color: #f67f5a;
}
.phoenix-red {
color: #e0705c;
}
.imayou-pink {
color: #d25b6b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f6c85a;
--bergamot-orange:#f6a05a;
--bonfire:#f67f5a;
--phoenix-red:#e0705c;
--imayou-pink:#d25b6b;
}