Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.fabulous-find {
color: #a8e1c7;
}
.buttery-croissant {
color: #f5e19e;
}
.asagi-yellow {
color: #f5b87f;
}
.momo-peach {
color: #f5757c;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--fabulous-find:#a8e1c7;
--buttery-croissant:#f5e19e;
--asagi-yellow:#f5b87f;
--momo-peach:#f5757c;
}