Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.chai-latte {
color: #f9c99f;
}
.lazy-daisy {
color: #f8eca5;
}
.tropical {
color: #a5e9ca;
}
.juzcar-blue {
color: #a1d5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--chai-latte:#f9c99f;
--lazy-daisy:#f8eca5;
--tropical:#a5e9ca;
--juzcar-blue:#a1d5f7;
}