Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.pink-lady {
color: #f2d7b5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.texas-sunset {
color: #f89720;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--pink-lady:#f2d7b5;
--creamy-sweet-corn:#f9c54e;
--texas-sunset:#f89720;
--persimmon-orange:#f3712b;
}