Color names in this palette
CSS code for this palette
/* CSS */
.va-va-voom {
color: #e6b84c;
}
.sicilian-villa {
color: #f9c690;
}
.gold-of-midas {
color: #ffebc7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.shark-bait {
color: #f36d9a;
}
/* CSS Variables */
:root {
--va-va-voom:#e6b84c;
--sicilian-villa:#f9c690;
--gold-of-midas:#ffebc7;
--grapefruit-pulp:#ff6e61;
--shark-bait:#f36d9a;
}