Color names in this palette
CSS code for this palette
/* CSS */
.trapunto {
color: #f5e9b7;
}
.amber-moon {
color: #f1d0a7;
}
.antique-cameo {
color: #f0b6a3;
}
.highlighter-pink {
color: #f05c79;
}
.vibrant-red {
color: #c34b6d;
}
/* CSS Variables */
:root {
--trapunto:#f5e9b7;
--amber-moon:#f1d0a7;
--antique-cameo:#f0b6a3;
--highlighter-pink:#f05c79;
--vibrant-red:#c34b6d;
}