Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.first-date {
color: #f7b2a1;
}
.hot-calypso {
color: #f7907e;
}
.grapefruit {
color: #f7595c;
}
.red-salsa {
color: #f74049;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--first-date:#f7b2a1;
--hot-calypso:#f7907e;
--grapefruit:#f7595c;
--red-salsa:#f74049;
}