Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #ff9eb0;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d67;
}
.medium-scarlet {
color: #ff2949;
}
.hawaiian-raspberry {
color: #ff0051;
}
/* CSS Variables */
:root {
--ballet-slippers:#ff9eb0;
--blush-hour:#ff7092;
--love-red:#ff4d67;
--medium-scarlet:#ff2949;
--hawaiian-raspberry:#ff0051;
}