Color names in this palette
CSS code for this palette
/* CSS */
.sea-lavender {
color: #d2b2d7;
}
.bermuda-onion {
color: #a35c93;
}
.rocking-chair {
color: #6b1f3b;
}
.goldsmith {
color: #f2b650;
}
.tamale-maize {
color: #f6e7b6;
}
/* CSS Variables */
:root {
--sea-lavender:#d2b2d7;
--bermuda-onion:#a35c93;
--rocking-chair:#6b1f3b;
--goldsmith:#f2b650;
--tamale-maize:#f6e7b6;
}