Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.friendly-yellow {
color: #f6e1b1;
}
.apple-cream {
color: #b5d3a7;
}
.sea-cliff {
color: #a3c7e0;
}
.tantalize {
color: #689bca;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--friendly-yellow:#f6e1b1;
--apple-cream:#b5d3a7;
--sea-cliff:#a3c7e0;
--tantalize:#689bca;
}