Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mystic-tulip {
color: #f9b49f;
}
.pink-eraser {
color: #f29d9c;
}
.redstone {
color: #e76e6e;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mystic-tulip:#f9b49f;
--pink-eraser:#f29d9c;
--redstone:#e76e6e;
--capocollo:#d8544f;
}