Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.pink-marshmallow {
color: #f1b6d3;
}
.serene-sky {
color: #c3e1ea;
}
.blue-click {
color: #a6d7e7;
}
.basilica-blue {
color: #4e9fa6;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--pink-marshmallow:#f1b6d3;
--serene-sky:#c3e1ea;
--blue-click:#a6d7e7;
--basilica-blue:#4e9fa6;
}