Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb8c1;
}
.rubber-radish {
color: #ff99a1;
}
.kisses-and-hugs {
color: #ff667d;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--matt-pink:#ffb8c1;
--rubber-radish:#ff99a1;
--kisses-and-hugs:#ff667d;
--raspberry-sorbet:#d83b68;
}