Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.yellow-tulip {
color: #f5d06b;
}
.winsome-hue {
color: #a7d7e2;
}
.ocean-green {
color: #3d9e6f;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--yellow-tulip:#f5d06b;
--winsome-hue:#a7d7e2;
--ocean-green:#3d9e6f;
--usubeni-red:#f26969;
}