Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.prosecco {
color: #f9d6a4;
}
.iced-celery {
color: #e1e8b5;
}
.green-trance {
color: #a1d9a1;
}
.goluboy-blue {
color: #8db9e2;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--prosecco:#f9d6a4;
--iced-celery:#e1e8b5;
--green-trance:#a1d9a1;
--goluboy-blue:#8db9e2;
}