Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.salmon-tartare {
color: #ff9ea9;
}
.matt-pink {
color: #ffb3c3;
}
.light-pink {
color: #ffd1df;
}
.sea-salt-sherbet {
color: #fff5f7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--salmon-tartare:#ff9ea9;
--matt-pink:#ffb3c3;
--light-pink:#ffd1df;
--sea-salt-sherbet:#fff5f7;
}