Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b2a6;
}
.yellow-tulip {
color: #f4d171;
}
.buffalo-trail {
color: #e1af7a;
}
.chateau-rose {
color: #d8a2d2;
}
.perfume {
color: #c5a9e5;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b2a6;
--yellow-tulip:#f4d171;
--buffalo-trail:#e1af7a;
--chateau-rose:#d8a2d2;
--perfume:#c5a9e5;
}