Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.manga-pink {
color: #f6b6d7;
}
.summer-cosmos {
color: #f9d2e2;
}
.igniting {
color: #f4d79a;
}
.cheater {
color: #f1b05b;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--manga-pink:#f6b6d7;
--summer-cosmos:#f9d2e2;
--igniting:#f4d79a;
--cheater:#f1b05b;
}