Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f49fb7;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.petal-plush {
color: #e0afe9;
}
.rain-song {
color: #c5d6e8;
}
.blue-click {
color: #a7d6e7;
}
/* CSS Variables */
:root {
--harmonious-rose:#f49fb7;
--sullivan-s-heart:#f6c6d3;
--petal-plush:#e0afe9;
--rain-song:#c5d6e8;
--blue-click:#a7d6e7;
}