Color names in this palette
CSS code for this palette
/* CSS */
.goldsmith {
color: #f0b14c;
}
.fireflies {
color: #f6daa7;
}
.ibis {
color: #f2b1c3;
}
.terrace-pool {
color: #a3d7e0;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--goldsmith:#f0b14c;
--fireflies:#f6daa7;
--ibis:#f2b1c3;
--terrace-pool:#a3d7e0;
--petals-unfolding:#f4b8c4;
}