Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b2a3;
}
.pink-eraser {
color: #f4a29a;
}
.fruit-shake {
color: #f39f8c;
}
.painted-clay {
color: #ec8a6f;
}
.sizzling-sunset {
color: #e67d4c;
}
/* CSS Variables */
:root {
--first-date:#f5b2a3;
--pink-eraser:#f4a29a;
--fruit-shake:#f39f8c;
--painted-clay:#ec8a6f;
--sizzling-sunset:#e67d4c;
}