Color names in this palette
CSS code for this palette
/* CSS */
.amfissa-olive {
color: #793e4a;
}
.tropical-hibiscus {
color: #9a6074;
}
.calliope {
color: #c59c8c;
}
.rose-petal {
color: #e5c2b8;
}
.demure-pink {
color: #f9d2c3;
}
/* CSS Variables */
:root {
--amfissa-olive:#793e4a;
--tropical-hibiscus:#9a6074;
--calliope:#c59c8c;
--rose-petal:#e5c2b8;
--demure-pink:#f9d2c3;
}