Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.azalea-pink {
color: #f9c3c3;
}
.soft-butter {
color: #f3e1b4;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.kindred {
color: #6ea1d8;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--azalea-pink:#f9c3c3;
--soft-butter:#f3e1b4;
--chefchaouen-blue:#a2d1e6;
--kindred:#6ea1d8;
}