Color names in this palette
CSS code for this palette
/* CSS */
.informative-pink {
color: #ff85b1;
}
.lavender-candy {
color: #ffb3d5;
}
.dream-setting {
color: #ff75c1;
}
.sasquatch-socks {
color: #ff4d85;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--informative-pink:#ff85b1;
--lavender-candy:#ffb3d5;
--dream-setting:#ff75c1;
--sasquatch-socks:#ff4d85;
--reddish-pink:#ff2e54;
}