Color names in this palette
CSS code for this palette
/* CSS */
.pink-plastic-fantastic {
color: #ff7ac6;
}
.pink-cattleya {
color: #ffb3d1;
}
.rubber-radish {
color: #ff9999;
}
.south-shore-sun {
color: #ffdd9e;
}
.candle-glow {
color: #ffe9c2;
}
/* CSS Variables */
:root {
--pink-plastic-fantastic:#ff7ac6;
--pink-cattleya:#ffb3d1;
--rubber-radish:#ff9999;
--south-shore-sun:#ffdd9e;
--candle-glow:#ffe9c2;
}