Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.soft-butter {
color: #f6e1b6;
}
.welcoming-wasp {
color: #f0a800;
}
.usubeni-red {
color: #f36868;
}
.pink-fit {
color: #f9a9b0;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--soft-butter:#f6e1b6;
--welcoming-wasp:#f0a800;
--usubeni-red:#f36868;
--pink-fit:#f9a9b0;
}