Color names in this palette
CSS code for this palette
/* CSS */
.majestic-treasures {
color: #f2e9a1;
}
.coral-blossom {
color: #f9c09f;
}
.cumquat-cream {
color: #f39e7c;
}
.momo-peach {
color: #f1797f;
}
.peruvian-lily {
color: #ca7dba;
}
/* CSS Variables */
:root {
--majestic-treasures:#f2e9a1;
--coral-blossom:#f9c09f;
--cumquat-cream:#f39e7c;
--momo-peach:#f1797f;
--peruvian-lily:#ca7dba;
}