Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b3;
}
.orange-grove {
color: #fbb08e;
}
.soft-saffron {
color: #fdd47c;
}
.crystal-green {
color: #a3d77e;
}
.crystalsong-blue {
color: #4ab5b1;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b3;
--orange-grove:#fbb08e;
--soft-saffron:#fdd47c;
--crystal-green:#a3d77e;
--crystalsong-blue:#4ab5b1;
}