Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b3a6;
}
.noodles {
color: #f9e1b4;
}
.banana-ice-cream {
color: #f1d3b1;
}
.azure-sky {
color: #b3e2f4;
}
.lake-lucerne {
color: #699bba;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b3a6;
--noodles:#f9e1b4;
--banana-ice-cream:#f1d3b1;
--azure-sky:#b3e2f4;
--lake-lucerne:#699bba;
}