Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.pink-beach {
color: #f6c1a7;
}
.sugar-cookie {
color: #f2e2a6;
}
.ice-cube {
color: #b1e2d5;
}
.goluboy-blue {
color: #89b8e1;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--pink-beach:#f6c1a7;
--sugar-cookie:#f2e2a6;
--ice-cube:#b1e2d5;
--goluboy-blue:#89b8e1;
}