Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.saira-red {
color: #fca1b8;
}
.mexican-mudkip {
color: #fcd9db;
}
.valerie {
color: #fce3e7;
}
.cherubic {
color: #fce8f1;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--saira-red:#fca1b8;
--mexican-mudkip:#fcd9db;
--valerie:#fce3e7;
--cherubic:#fce8f1;
}