Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.frangipani {
color: #fdd6a0;
}
.menoth-white-base {
color: #f1e9b7;
}
.celery-bunch {
color: #d4e0b2;
}
.sea-drive {
color: #c2d3e0;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--frangipani:#fdd6a0;
--menoth-white-base:#f1e9b7;
--celery-bunch:#d4e0b2;
--sea-drive:#c2d3e0;
}