Color names in this palette
CSS code for this palette
/* CSS */
.rubber-ducky {
color: #f9d158;
}
.sandy-brown {
color: #f5a65b;
}
.animated-coral {
color: #f28f7d;
}
.raspberry-mousse {
color: #e26e8f;
}
.pretty-in-plum {
color: #d2518d;
}
/* CSS Variables */
:root {
--rubber-ducky:#f9d158;
--sandy-brown:#f5a65b;
--animated-coral:#f28f7d;
--raspberry-mousse:#e26e8f;
--pretty-in-plum:#d2518d;
}