Color names in this palette
CSS code for this palette
/* CSS */
.dried-plantain {
color: #e5cca9;
}
.cheddar-corn {
color: #f6d4b6;
}
.gold-of-midas {
color: #ffebc7;
}
.bastard-amber {
color: #ffcc8a;
}
.sunset-orange {
color: #ff5f57;
}
/* CSS Variables */
:root {
--dried-plantain:#e5cca9;
--cheddar-corn:#f6d4b6;
--gold-of-midas:#ffebc7;
--bastard-amber:#ffcc8a;
--sunset-orange:#ff5f57;
}