Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f6e1b6;
}
.dried-plantain {
color: #e5cca9;
}
.indian-khaki {
color: #d6b09a;
}
.whistler-rose {
color: #c59e8c;
}
.strawberry-mousse {
color: #a4607e;
}
/* CSS Variables */
:root {
--soft-butter:#f6e1b6;
--dried-plantain:#e5cca9;
--indian-khaki:#d6b09a;
--whistler-rose:#c59e8c;
--strawberry-mousse:#a4607e;
}