Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.blush-hour {
color: #ff7092;
}
.summer-sky {
color: #3ab7e4;
}
.light-cyan {
color: #e0ffff;
}
.raspberry-shortcake {
color: #ff3d84;
}
/* CSS Variables */
:root {
--white:#ffffff;
--blush-hour:#ff7092;
--summer-sky:#3ab7e4;
--light-cyan:#e0ffff;
--raspberry-shortcake:#ff3d84;
}