Color names in this palette
CSS code for this palette
/* CSS */
.breakfast-biscuit {
color: #f8e4d3;
}
.peach-temptation {
color: #f2c7b1;
}
.balinese-sunset {
color: #f1a579;
}
.pumpkin-hue {
color: #f6a579;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--breakfast-biscuit:#f8e4d3;
--peach-temptation:#f2c7b1;
--balinese-sunset:#f1a579;
--pumpkin-hue:#f6a579;
--usubeni-red:#f26969;
}