Color names in this palette
CSS code for this palette
/* CSS */
.frozen-banana {
color: #fcf6d4;
}
.vanilla-cake {
color: #fcefca;
}
.derby {
color: #fbe4c6;
}
.toes-in-the-sand {
color: #f9ddbe;
}
.mission-courtyard {
color: #f3cfb4;
}
/* CSS Variables */
:root {
--frozen-banana:#fcf6d4;
--vanilla-cake:#fcefca;
--derby:#fbe4c6;
--toes-in-the-sand:#f9ddbe;
--mission-courtyard:#f3cfb4;
}