Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.frangipane {
color: #f6d4b1;
}
.oyster-bisque {
color: #f2e7b1;
}
.cruise {
color: #b4e4d4;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--frangipane:#f6d4b1;
--oyster-bisque:#f2e7b1;
--cruise:#b4e4d4;
--sea-cliff:#a3c7e0;
}