Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #e9b4e7;
}
.violet-kiss {
color: #f2a6d2;
}
.amaranth-pink {
color: #f29cbd;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.mango-margarita {
color: #f9b74e;
}
/* CSS Variables */
:root {
--dream-land:#e9b4e7;
--violet-kiss:#f2a6d2;
--amaranth-pink:#f29cbd;
--vinaceous-cinnamon:#f78d8d;
--mango-margarita:#f9b74e;
}