Color names in this palette
CSS code for this palette
/* CSS */
.quartz-pink {
color: #ed979d;
}
.rose-reminder {
color: #f4c3c7;
}
.lily-the-pink {
color: #f6dfe3;
}
.gizmo {
color: #d5a5b6;
}
.japanese-coral {
color: #c67b87;
}
/* CSS Variables */
:root {
--quartz-pink:#ed979d;
--rose-reminder:#f4c3c7;
--lily-the-pink:#f6dfe3;
--gizmo:#d5a5b6;
--japanese-coral:#c67b87;
}