Color names in this palette
CSS code for this palette
/* CSS */
.adobe-south {
color: #e4c1a5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
.coral-orange {
color: #e86a4a;
}
.magenta-violet {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--adobe-south:#e4c1a5;
--maximum-yellow-red:#f1b74b;
--deep-fried-sun-rays:#f5c75b;
--coral-orange:#e86a4a;
--magenta-violet:#6c4f8c;
}