Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.aphrodisiac {
color: #e05c63;
}
.rozowy-pink {
color: #f3a5b7;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.fluffy-duckling {
color: #f5df3d;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--aphrodisiac:#e05c63;
--rozowy-pink:#f3a5b7;
--smooth-as-corn-silk:#f6e4b1;
--fluffy-duckling:#f5df3d;
}