Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a5;
}
.butter-cupcake {
color: #fedb9a;
}
.tamale-maize {
color: #f6e7b6;
}
.smooth-satin {
color: #a4d4d5;
}
.blue-gourami {
color: #6d9cd9;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a5;
--butter-cupcake:#fedb9a;
--tamale-maize:#f6e7b6;
--smooth-satin:#a4d4d5;
--blue-gourami:#6d9cd9;
}