Color names in this palette
CSS code for this palette
/* CSS */
.sweet-angel {
color: #f6cbbb;
}
.coral-silk {
color: #f2a67d;
}
.golden-raspberry {
color: #f7d978;
}
.tropical-light {
color: #a1d76a;
}
.mountain-bluebird {
color: #4e9cc6;
}
/* CSS Variables */
:root {
--sweet-angel:#f6cbbb;
--coral-silk:#f2a67d;
--golden-raspberry:#f7d978;
--tropical-light:#a1d76a;
--mountain-bluebird:#4e9cc6;
}