Color names in this palette
CSS code for this palette
/* CSS */
.toasted-coconut {
color: #e8c4a1;
}
.melted-ice-cream {
color: #d9b5a6;
}
.foxglove {
color: #b67c8f;
}
.purple-sapphire {
color: #794b8b;
}
.violet-indigo {
color: #4a2c6d;
}
/* CSS Variables */
:root {
--toasted-coconut:#e8c4a1;
--melted-ice-cream:#d9b5a6;
--foxglove:#b67c8f;
--purple-sapphire:#794b8b;
--violet-indigo:#4a2c6d;
}