Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.milky-maize {
color: #f9d99f;
}
.leaf-bud {
color: #f2f49f;
}
.southern-belle {
color: #a3d7c5;
}
.razee {
color: #6d9aca;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--milky-maize:#f9d99f;
--leaf-bud:#f2f49f;
--southern-belle:#a3d7c5;
--razee:#6d9aca;
}