Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f6c6e7;
}
.gold-sand {
color: #f9e6a9;
}
.summer-sunshine {
color: #f6e8c6;
}
.icy-wind {
color: #d5f1f1;
}
.pink-bubble-tea {
color: #f9b9c3;
}
/* CSS Variables */
:root {
--classic-rose:#f6c6e7;
--gold-sand:#f9e6a9;
--summer-sunshine:#f6e8c6;
--icy-wind:#d5f1f1;
--pink-bubble-tea:#f9b9c3;
}