Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.allspice {
color: #f9caa9;
}
.boxwood-yellow {
color: #f0e6a3;
}
.mint-circle {
color: #a7d3a6;
}
.finnish-fiord {
color: #5dadbb;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--allspice:#f9caa9;
--boxwood-yellow:#f0e6a3;
--mint-circle:#a7d3a6;
--finnish-fiord:#5dadbb;
}