Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f0c1cf;
}
.fresh-on-the-market {
color: #f7a6b9;
}
.hot-calypso {
color: #f7907e;
}
.hot-sun {
color: #f7b32b;
}
.wake-me-up {
color: #f5d45c;
}
/* CSS Variables */
:root {
--pink-chintz:#f0c1cf;
--fresh-on-the-market:#f7a6b9;
--hot-calypso:#f7907e;
--hot-sun:#f7b32b;
--wake-me-up:#f5d45c;
}