Color names in this palette
CSS code for this palette
/* CSS */
.yucca-cream {
color: #a4dac7;
}
.cor-de-pele {
color: #f4c3c3;
}
.atoll-sand {
color: #ffd09e;
}
.candy-floss {
color: #e7a6e1;
}
.blue-shutters {
color: #90bae9;
}
/* CSS Variables */
:root {
--yucca-cream:#a4dac7;
--cor-de-pele:#f4c3c3;
--atoll-sand:#ffd09e;
--candy-floss:#e7a6e1;
--blue-shutters:#90bae9;
}