Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e6a8b7;
}
.old-flame {
color: #f0b7b2;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.iced-celery {
color: #e7e8b5;
}
.french-pass {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--garden-party:#e6a8b7;
--old-flame:#f0b7b2;
--lemon-ice-yellow:#f7e2a6;
--iced-celery:#e7e8b5;
--french-pass:#a3d4e0;
}