Color names in this palette
CSS code for this palette
/* CSS */
.balinese-sunset {
color: #f19f79;
}
.neighborly-peach {
color: #f4c0a4;
}
.cream-pink {
color: #f7e4d9;
}
.agrellan-badland {
color: #ffb347;
}
.jelly-slug {
color: #d96b4a;
}
/* CSS Variables */
:root {
--balinese-sunset:#f19f79;
--neighborly-peach:#f4c0a4;
--cream-pink:#f7e4d9;
--agrellan-badland:#ffb347;
--jelly-slug:#d96b4a;
}