Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d7a3b8;
}
.bff {
color: #e0aed2;
}
.sweetheart {
color: #f4c3d6;
}
.marshmallow-rose {
color: #f7e3e7;
}
.walkie-chalkie {
color: #f9f5f8;
}
/* CSS Variables */
:root {
--gizmo:#d7a3b8;
--bff:#e0aed2;
--sweetheart:#f4c3d6;
--marshmallow-rose:#f7e3e7;
--walkie-chalkie:#f9f5f8;
}