Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.squash-blossom {
color: #f6b83c;
}
.lemon-rose {
color: #fce9ab;
}
.cool-aloe {
color: #a3d89d;
}
.crisp-lettuce {
color: #4c9a8a;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--squash-blossom:#f6b83c;
--lemon-rose:#fce9ab;
--cool-aloe:#a3d89d;
--crisp-lettuce:#4c9a8a;
}