Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f9b56c;
}
.coral-silk {
color: #f0a17f;
}
.true-love {
color: #e57b8b;
}
.crushed-berries {
color: #d053a0;
}
.fuchsia-pheromone {
color: #a94cb8;
}
/* CSS Variables */
:root {
--golden-cream:#f9b56c;
--coral-silk:#f0a17f;
--true-love:#e57b8b;
--crushed-berries:#d053a0;
--fuchsia-pheromone:#a94cb8;
}