Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.tequila {
color: #f7d1a6;
}
.roadster-yellow {
color: #f3e0a0;
}
.mint-parfait {
color: #b7e6b8;
}
.angela-bay {
color: #a8c2e1;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--tequila:#f7d1a6;
--roadster-yellow:#f3e0a0;
--mint-parfait:#b7e6b8;
--angela-bay:#a8c2e1;
}