Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.young-salmon {
color: #ffb3b5;
}
.linnet-egg-red {
color: #ffccda;
}
.misty-rose {
color: #ffe5e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--young-salmon:#ffb3b5;
--linnet-egg-red:#ffccda;
--misty-rose:#ffe5e0;
}