Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.hot-aquarelle-pink {
color: #ffb3df;
}
.himalayan-balsam {
color: #ff94d4;
}
.sunkissed-coral {
color: #ffa66b;
}
.pina {
color: #ffd97a;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--hot-aquarelle-pink:#ffb3df;
--himalayan-balsam:#ff94d4;
--sunkissed-coral:#ffa66b;
--pina:#ffd97a;
}