Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b5;
}
.sweet-lilac {
color: #eab8d1;
}
.light-candela {
color: #c8d2e0;
}
.light-blue-glint {
color: #a7d5e2;
}
.blue-gourami {
color: #6c9cda;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b5;
--sweet-lilac:#eab8d1;
--light-candela:#c8d2e0;
--light-blue-glint:#a7d5e2;
--blue-gourami:#6c9cda;
}