Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.rogue-pink {
color: #f5a3c1;
}
.mandys-pink {
color: #f5b59e;
}
.hawkbit {
color: #fddb6d;
}
.luminescent-blue {
color: #a1dfe8;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--rogue-pink:#f5a3c1;
--mandys-pink:#f5b59e;
--hawkbit:#fddb6d;
--luminescent-blue:#a1dfe8;
}