Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-beige {
color: #f0c4b7;
}
.love-at-first-sight {
color: #e6a8b4;
}
.pressed-flower {
color: #d590b9;
}
.pearly-purple {
color: #b96a9c;
}
.iris-orchid {
color: #a5699e;
}
/* CSS Variables */
:root {
--brilliant-beige:#f0c4b7;
--love-at-first-sight:#e6a8b4;
--pressed-flower:#d590b9;
--pearly-purple:#b96a9c;
--iris-orchid:#a5699e;
}