Color names in this palette
CSS code for this palette
/* CSS */
.pink-garnet {
color: #d1718f;
}
.love-at-first-sight {
color: #e5a4b2;
}
.sweetheart {
color: #f3c3d9;
}
.antique-china {
color: #fdf6e7;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--pink-garnet:#d1718f;
--love-at-first-sight:#e5a4b2;
--sweetheart:#f3c3d9;
--antique-china:#fdf6e7;
--blue-angels-yellow:#fab700;
}