Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b1a6;
}
.rustique {
color: #f9bfb4;
}
.double-cream {
color: #f4d9a4;
}
.sparkling-mint {
color: #a3e0d2;
}
.chefchaouen-blue {
color: #a2d4e6;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b1a6;
--rustique:#f9bfb4;
--double-cream:#f4d9a4;
--sparkling-mint:#a3e0d2;
--chefchaouen-blue:#a2d4e6;
}