Color names in this palette
CSS code for this palette
/* CSS */
.strong-envy {
color: #7a2b2a;
}
.painted-poppy {
color: #c94b3b;
}
.acapulco-sun {
color: #e58c48;
}
.naked-noodle {
color: #fbca6f;
}
.trapunto {
color: #f5e8b7;
}
/* CSS Variables */
:root {
--strong-envy:#7a2b2a;
--painted-poppy:#c94b3b;
--acapulco-sun:#e58c48;
--naked-noodle:#fbca6f;
--trapunto:#f5e8b7;
}