Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b5;
}
.pretty-pale {
color: #e5c7d6;
}
.pekin-chicken {
color: #f4d1ae;
}
.squash-blossom {
color: #f6b83c;
}
.trump-tan {
color: #f8a56d;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b5;
--pretty-pale:#e5c7d6;
--pekin-chicken:#f4d1ae;
--squash-blossom:#f6b83c;
--trump-tan:#f8a56d;
}