Color names in this palette
CSS code for this palette
/* CSS */
.jasper-cane {
color: #e7c7a2;
}
.first-date {
color: #f4b49f;
}
.little-baby-girl {
color: #f8b9d2;
}
.violet-kiss {
color: #f2a1d6;
}
.sugar-rush {
color: #d95e9e;
}
/* CSS Variables */
:root {
--jasper-cane:#e7c7a2;
--first-date:#f4b49f;
--little-baby-girl:#f8b9d2;
--violet-kiss:#f2a1d6;
--sugar-rush:#d95e9e;
}