Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #682c2e;
}
.pinkadelic {
color: #c75c5d;
}
.calabrese {
color: #f1a8a2;
}
.hawaiian-cream {
color: #f9e6b9;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--sundried-tomato:#682c2e;
--pinkadelic:#c75c5d;
--calabrese:#f1a8a2;
--hawaiian-cream:#f9e6b9;
--cor-de-pele:#f4c3c3;
}