Color names in this palette
CSS code for this palette
/* CSS */
.bossa-nova {
color: #4b3d4d;
}
.fragrant-snowbell {
color: #d5c3d4;
}
.emperor-s-children {
color: #f2a1b4;
}
.orangeade {
color: #e04f38;
}
.eyelash-viper {
color: #f4c54e;
}
/* CSS Variables */
:root {
--bossa-nova:#4b3d4d;
--fragrant-snowbell:#d5c3d4;
--emperor-s-children:#f2a1b4;
--orangeade:#e04f38;
--eyelash-viper:#f4c54e;
}