Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.conch-shell {
color: #ff8f9c;
}
.rubber-radish {
color: #ff9e9e;
}
.mexican-milk {
color: #ffb8b3;
}
.lusty-gallant {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--conch-shell:#ff8f9c;
--rubber-radish:#ff9e9e;
--mexican-milk:#ffb8b3;
--lusty-gallant:#ffcdcc;
}