Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.soft-cashmere {
color: #f2b5d5;
}
.rosy-nectar {
color: #f2c0df;
}
.barrett-quince {
color: #f5d1b2;
}
.gemini-mustard-momento {
color: #f9a64e;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--soft-cashmere:#f2b5d5;
--rosy-nectar:#f2c0df;
--barrett-quince:#f5d1b2;
--gemini-mustard-momento:#f9a64e;
}