Color names in this palette
CSS code for this palette
/* CSS */
.rose-elegance {
color: #e9a0b7;
}
.pink-cattleya {
color: #ffb3d1;
}
.soviet-gold {
color: #ffd900;
}
.nyc-taxi {
color: #f6b531;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rose-elegance:#e9a0b7;
--pink-cattleya:#ffb3d1;
--soviet-gold:#ffd900;
--nyc-taxi:#f6b531;
--grapefruit-pulp:#ff6e61;
}