Color names in this palette
CSS code for this palette
/* CSS */
.pastel-magenta {
color: #f3a0c7;
}
.mandys-pink {
color: #f4b79f;
}
.sunbathed {
color: #f4da9a;
}
.nevada-sky {
color: #a2dae6;
}
.coolbox-ice-turquoise {
color: #4d9d9b;
}
/* CSS Variables */
:root {
--pastel-magenta:#f3a0c7;
--mandys-pink:#f4b79f;
--sunbathed:#f4da9a;
--nevada-sky:#a2dae6;
--coolbox-ice-turquoise:#4d9d9b;
}