Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.rubber-radish {
color: #ff999c;
}
.washed-out-crimson {
color: #ffb4a8;
}
.friendship {
color: #ffdac2;
}
.gnocchi-beige {
color: #ffedb8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--rubber-radish:#ff999c;
--washed-out-crimson:#ffb4a8;
--friendship:#ffdac2;
--gnocchi-beige:#ffedb8;
}