Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.fight-the-sunrise {
color: #ff99aa;
}
.camaron-pink {
color: #ff8095;
}
.brink-pink {
color: #ff5c7f;
}
.chinese-new-year {
color: #ff3863;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--fight-the-sunrise:#ff99aa;
--camaron-pink:#ff8095;
--brink-pink:#ff5c7f;
--chinese-new-year:#ff3863;
}