Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.buffalo-trail {
color: #e1af7a;
}
.vampire-red {
color: #d63f2e;
}
.blended-fruit {
color: #f8e1a5;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--buffalo-trail:#e1af7a;
--vampire-red:#d63f2e;
--blended-fruit:#f8e1a5;
--bright-eggplant:#5c4b8b;
}