Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f6c6ce;
}
.harmonious-rose {
color: #f7a1b7;
}
.god-s-own-junkyard-pink {
color: #f76e95;
}
.bubblegum {
color: #e85e75;
}
.capocollo {
color: #da4e4e;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f6c6ce;
--harmonious-rose:#f7a1b7;
--god-s-own-junkyard-pink:#f76e95;
--bubblegum:#e85e75;
--capocollo:#da4e4e;
}