Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.miami-pink {
color: #f8c4d8;
}
.tequila {
color: #f3d0a5;
}
.tamale-maize {
color: #f6e7b6;
}
.antique-cameo {
color: #efb9a4;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--miami-pink:#f8c4d8;
--tequila:#f3d0a5;
--tamale-maize:#f6e7b6;
--antique-cameo:#efb9a4;
}