Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f5a8b8;
}
.taffy-pink {
color: #fba2c7;
}
.baby-pink {
color: #ffb8d1;
}
.french-pink {
color: #ff709b;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--rozowy-pink:#f5a8b8;
--taffy-pink:#fba2c7;
--baby-pink:#ffb8d1;
--french-pink:#ff709b;
--sasquatch-socks:#ff4d7f;
}