Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1a7;
}
.mandys-pink {
color: #f5b399;
}
.mille-feuille {
color: #f3c57c;
}
.salmon-eggs {
color: #f2d55f;
}
.yellow-petal {
color: #f0e54c;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1a7;
--mandys-pink:#f5b399;
--mille-feuille:#f3c57c;
--salmon-eggs:#f2d55f;
--yellow-petal:#f0e54c;
}