Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.tamale-maize {
color: #f7e8b6;
}
.duck-egg-cream {
color: #c8e4d0;
}
.ganon-blue {
color: #a1dff7;
}
.persicus {
color: #ffb59e;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--tamale-maize:#f7e8b6;
--duck-egg-cream:#c8e4d0;
--ganon-blue:#a1dff7;
--persicus:#ffb59e;
}