Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.coral-bead {
color: #f29a91;
}
.island-coral {
color: #d6857a;
}
.beauty-queen {
color: #c0598c;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--coral-bead:#f29a91;
--island-coral:#d6857a;
--beauty-queen:#c0598c;
}