Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.pale-canary {
color: #f3f1a5;
}
.basil-smash {
color: #b5e1a3;
}
.juzcar-blue {
color: #a1d6f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--antique-wicker-basket:#f7d3a1;
--pale-canary:#f3f1a5;
--basil-smash:#b5e1a3;
--juzcar-blue:#a1d6f7;
}