Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.rosebloom {
color: #e48bb3;
}
.little-bow-pink {
color: #d17a9a;
}
.guppy-violet {
color: #b25c83;
}
.ancient-fuchsia {
color: #a0406f;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--rosebloom:#e48bb3;
--little-bow-pink:#d17a9a;
--guppy-violet:#b25c83;
--ancient-fuchsia:#a0406f;
}