Color names in this palette
CSS code for this palette
/* CSS */
.basil-smash {
color: #b5e1a3;
}
.security {
color: #d4e3c4;
}
.frosted-garden {
color: #e5f6da;
}
.friendly-yellow {
color: #f4e1b3;
}
.first-date {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--basil-smash:#b5e1a3;
--security:#d4e3c4;
--frosted-garden:#e5f6da;
--friendly-yellow:#f4e1b3;
--first-date:#f7b2a1;
}