Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a2b1;
}
.peach-damask {
color: #f9c6a9;
}
.baja-white {
color: #fef6d2;
}
.golden-blonde {
color: #f1e07e;
}
.beau-monde {
color: #7db59f;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a2b1;
--peach-damask:#f9c6a9;
--baja-white:#fef6d2;
--golden-blonde:#f1e07e;
--beau-monde:#7db59f;
}