Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.gold-sand {
color: #f9e6a9;
}
.fresh-grown {
color: #f0f4c3;
}
.quantum-effect {
color: #b2e0c3;
}
.juzcar-blue {
color: #a3daf5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--gold-sand:#f9e6a9;
--fresh-grown:#f0f4c3;
--quantum-effect:#b2e0c3;
--juzcar-blue:#a3daf5;
}