Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a7d8e2;
}
.manga-pink {
color: #f4b8d8;
}
.dream-land {
color: #e8b0e2;
}
.carnation-bouquet {
color: #f6c1d1;
}
.saira-red {
color: #ff9eba;
}
/* CSS Variables */
:root {
--winsome-hue:#a7d8e2;
--manga-pink:#f4b8d8;
--dream-land:#e8b0e2;
--carnation-bouquet:#f6c1d1;
--saira-red:#ff9eba;
}