Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.petals-unfolding {
color: #f5b8c0;
}
.riviera-rose {
color: #f6b0a7;
}
.fruit-shake {
color: #f49e8a;
}
.golgfag-brown {
color: #d87c6e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--petals-unfolding:#f5b8c0;
--riviera-rose:#f6b0a7;
--fruit-shake:#f49e8a;
--golgfag-brown:#d87c6e;
}