Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-cosmos {
color: #5c0f1e;
}
.bicyclette {
color: #882b3c;
}
.pomegranate {
color: #c1554e;
}
.first-date {
color: #f7afa1;
}
.still-morning {
color: #fef8e1;
}
/* CSS Variables */
:root {
--chocolate-cosmos:#5c0f1e;
--bicyclette:#882b3c;
--pomegranate:#c1554e;
--first-date:#f7afa1;
--still-morning:#fef8e1;
}