Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d93f4c;
}
.riviera-rose {
color: #f9b4a9;
}
.aspen-yellow {
color: #f7e0a1;
}
.pistachio-dream {
color: #aad08a;
}
.valley-of-glaciers {
color: #2c7c96;
}
/* CSS Variables */
:root {
--smooch-rouge:#d93f4c;
--riviera-rose:#f9b4a9;
--aspen-yellow:#f7e0a1;
--pistachio-dream:#aad08a;
--valley-of-glaciers:#2c7c96;
}