Color names in this palette
CSS code for this palette
/* CSS */
.pallid-orange {
color: #f9b99f;
}
.first-date {
color: #f4b3a4;
}
.brilliant-beige {
color: #f0c5b7;
}
.baywater-blue {
color: #c8d8e4;
}
.sea-cliff {
color: #a3c7e1;
}
/* CSS Variables */
:root {
--pallid-orange:#f9b99f;
--first-date:#f4b3a4;
--brilliant-beige:#f0c5b7;
--baywater-blue:#c8d8e4;
--sea-cliff:#a3c7e1;
}