Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.blush-hour {
color: #ff7092;
}
.clear-chill {
color: #1f8fff;
}
.light-cyan {
color: #e0ffff;
}
.sasquatch-socks {
color: #ff4d85;
}
/* CSS Variables */
:root {
--white:#ffffff;
--blush-hour:#ff7092;
--clear-chill:#1f8fff;
--light-cyan:#e0ffff;
--sasquatch-socks:#ff4d85;
}