Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.matt-pink {
color: #ffb3c1;
}
.linnet-egg-red {
color: #ffccda;
}
.rose-frost {
color: #ffedeb;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--matt-pink:#ffb3c1;
--linnet-egg-red:#ffccda;
--rose-frost:#ffedeb;
--misty-rose:#ffe3e0;
}