Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75b;
}
.ginger-milk {
color: #f7a659;
}
.barbarian {
color: #f78f5e;
}
.watermelon-juice {
color: #f25f7f;
}
.oranzhewyi-orange {
color: #f15d3b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75b;
--ginger-milk:#f7a659;
--barbarian:#f78f5e;
--watermelon-juice:#f25f7f;
--oranzhewyi-orange:#f15d3b;
}