Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.sachet-pink {
color: #f58ab5;
}
.shark-bait {
color: #f16a9b;
}
.power-peony {
color: #e85989;
}
.crushed-berries {
color: #d45999;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--sachet-pink:#f58ab5;
--shark-bait:#f16a9b;
--power-peony:#e85989;
--crushed-berries:#d45999;
}