Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0af;
}
.bellini-fizz {
color: #f5c78e;
}
.tamale-maize {
color: #f7e7b6;
}
.capri-water-blue {
color: #a9e0d4;
}
.sanctuary-spa {
color: #6eaded;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0af;
--bellini-fizz:#f5c78e;
--tamale-maize:#f7e7b6;
--capri-water-blue:#a9e0d4;
--sanctuary-spa:#6eaded;
}