Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
.light-sea-foam {
color: #a1f7bc;
}
.juzcar-blue {
color: #a0d7f3;
}
.cold-lips {
color: #a1a3f7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--yippie-ya-yellow:#f3f7a1;
--light-sea-foam:#a1f7bc;
--juzcar-blue:#a0d7f3;
--cold-lips:#a1a3f7;
}