Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.heart-to-heart {
color: #d5a5c5;
}
.verbena {
color: #f1dfdf;
}
.apricot-obsession {
color: #f7c6b6;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--heart-to-heart:#d5a5c5;
--verbena:#f1dfdf;
--apricot-obsession:#f7c6b6;
--shrimp-cocktail:#f4a462;
}