Color names in this palette
CSS code for this palette
/* CSS */
.radome-tan {
color: #f1c9a2;
}
.mystic-tulip {
color: #f9b1a4;
}
.salmon-pok-bowl {
color: #f27c78;
}
.cherry-hill {
color: #d44e60;
}
.vampirella {
color: #9d2a4e;
}
/* CSS Variables */
:root {
--radome-tan:#f1c9a2;
--mystic-tulip:#f9b1a4;
--salmon-pok-bowl:#f27c78;
--cherry-hill:#d44e60;
--vampirella:#9d2a4e;
}