Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e1;
}
.pink-fit {
color: #f1a7b1;
}
.strawberry-shortcake {
color: #f78d99;
}
.strawberry-pink {
color: #ef6c7e;
}
.geranium {
color: #e04d59;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e1;
--pink-fit:#f1a7b1;
--strawberry-shortcake:#f78d99;
--strawberry-pink:#ef6c7e;
--geranium:#e04d59;
}