Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.mystic-tulip {
color: #f7b5a1;
}
.gizmo {
color: #d6a4b9;
}
.elizabeth-rose {
color: #f9e0d2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--mystic-tulip:#f7b5a1;
--gizmo:#d6a4b9;
--elizabeth-rose:#f9e0d2;
}