Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e3a6b2;
}
.cherry-blossom {
color: #f5c2d6;
}
.noodles {
color: #f8e3b4;
}
.summertime {
color: #f1d179;
}
.golden-samovar {
color: #e1b12d;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e3a6b2;
--cherry-blossom:#f5c2d6;
--noodles:#f8e3b4;
--summertime:#f1d179;
--golden-samovar:#e1b12d;
}