Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b4a1;
}
.milky-maize {
color: #f7d6a1;
}
.juzcar-blue {
color: #a1d3f7;
}
.pale-turquoise {
color: #a1f7d6;
}
.violet-kiss {
color: #f7a1d3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b4a1;
--milky-maize:#f7d6a1;
--juzcar-blue:#a1d3f7;
--pale-turquoise:#a1f7d6;
--violet-kiss:#f7a1d3;
}