Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-cosmos {
color: #5c0f17;
}
.strawberry-milkshake {
color: #d66b89;
}
.york-bisque {
color: #f1d9c6;
}
.ghostly {
color: #a9a09e;
}
.poppy-seed {
color: #4a4e54;
}
/* CSS Variables */
:root {
--chocolate-cosmos:#5c0f17;
--strawberry-milkshake:#d66b89;
--york-bisque:#f1d9c6;
--ghostly:#a9a09e;
--poppy-seed:#4a4e54;
}