Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.flame-orange {
color: #f78922;
}
.creamy-sweet-corn {
color: #f7c34a;
}
.glisten-yellow {
color: #f7e7ab;
}
.spring-kiss {
color: #e8f3b4;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--flame-orange:#f78922;
--creamy-sweet-corn:#f7c34a;
--glisten-yellow:#f7e7ab;
--spring-kiss:#e8f3b4;
}