Color names in this palette
CSS code for this palette
/* CSS */
.pink-garnet {
color: #d5728c;
}
.guppy-violet {
color: #b05e82;
}
.blackberry-sorbet {
color: #c3a2b9;
}
.love-at-first-sight {
color: #e8a6b2;
}
.impatiens-petal {
color: #f1d0d5;
}
/* CSS Variables */
:root {
--pink-garnet:#d5728c;
--guppy-violet:#b05e82;
--blackberry-sorbet:#c3a2b9;
--love-at-first-sight:#e8a6b2;
--impatiens-petal:#f1d0d5;
}