Color names in this palette
CSS code for this palette
/* CSS */
.apricot-gelato {
color: #f7d8b0;
}
.coral-silk {
color: #f3a27c;
}
.firecracker {
color: #f05e3d;
}
.geranium {
color: #d94a5f;
}
.wild-mulberry {
color: #a9608c;
}
/* CSS Variables */
:root {
--apricot-gelato:#f7d8b0;
--coral-silk:#f3a27c;
--firecracker:#f05e3d;
--geranium:#d94a5f;
--wild-mulberry:#a9608c;
}