Color names in this palette
CSS code for this palette
/* CSS */
.kunzite {
color: #ddb6c8;
}
.cherry-blossom {
color: #f7c0d6;
}
.hot-calypso {
color: #fa897a;
}
.sunset-gold {
color: #f9bf62;
}
.french-creme {
color: #f2e6cf;
}
/* CSS Variables */
:root {
--kunzite:#ddb6c8;
--cherry-blossom:#f7c0d6;
--hot-calypso:#fa897a;
--sunset-gold:#f9bf62;
--french-creme:#f2e6cf;
}