Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b1a6;
}
.tequila {
color: #f7d0a6;
}
.dandelion-tea {
color: #f6e8c1;
}
.aloe-cream {
color: #d9e6b7;
}
.frosty-soft-blue {
color: #b1e2df;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b1a6;
--tequila:#f7d0a6;
--dandelion-tea:#f6e8c1;
--aloe-cream:#d9e6b7;
--frosty-soft-blue:#b1e2df;
}