Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.peach-patch {
color: #f4d59f;
}
.pina-colada {
color: #f4dfb4;
}
.ethereal-green {
color: #f1e7c6;
}
.purity {
color: #dac5e2;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--peach-patch:#f4d59f;
--pina-colada:#f4dfb4;
--ethereal-green:#f1e7c6;
--purity:#dac5e2;
}