Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b2;
}
.stella-dora {
color: #f9d8a4;
}
.english-rose {
color: #f4c7c3;
}
.carissima {
color: #e47c92;
}
.bubblegum {
color: #e45e7b;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b2;
--stella-dora:#f9d8a4;
--english-rose:#f4c7c3;
--carissima:#e47c92;
--bubblegum:#e45e7b;
}