Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-damask {
color: #f6c5a7;
}
.loofah {
color: #e4d4b4;
}
.light-spring-burst {
color: #d5e8d4;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-damask:#f6c5a7;
--loofah:#e4d4b4;
--light-spring-burst:#d5e8d4;
--terrace-pool:#a3d7e0;
}