Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c6;
}
.elastic-pink {
color: #f0a3c7;
}
.tuscan {
color: #f9d4a9;
}
.pasta {
color: #f8e2af;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c6;
--elastic-pink:#f0a3c7;
--tuscan:#f9d4a9;
--pasta:#f8e2af;
--welcoming-wasp:#f0a800;
}