Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a7c4e6;
}
.grape-illusion {
color: #b4a3d7;
}
.blackberry-yogurt {
color: #e5b3e4;
}
.tamale-maize {
color: #f7e7b6;
}
.coral-silk {
color: #f3a47c;
}
/* CSS Variables */
:root {
--angela-bay:#a7c4e6;
--grape-illusion:#b4a3d7;
--blackberry-yogurt:#e5b3e4;
--tamale-maize:#f7e7b6;
--coral-silk:#f3a47c;
}