Color names in this palette
CSS code for this palette
/* CSS */
.nova-white {
color: #f7eed9;
}
.pastel-peach {
color: #f4cbae;
}
.balinese-sunset {
color: #f19d79;
}
.coral-gold {
color: #d66d4c;
}
.valiant-poppy {
color: #bd3a2e;
}
/* CSS Variables */
:root {
--nova-white:#f7eed9;
--pastel-peach:#f4cbae;
--balinese-sunset:#f19d79;
--coral-gold:#d66d4c;
--valiant-poppy:#bd3a2e;
}