Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.milky-maize {
color: #f7d6a1;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.mizu-cyan {
color: #a6d9f2;
}
.blue-jeans {
color: #5ab1e7;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--milky-maize:#f7d6a1;
--smooth-as-corn-silk:#f4e3b3;
--mizu-cyan:#a6d9f2;
--blue-jeans:#5ab1e7;
}