Color names in this palette
CSS code for this palette
/* CSS */
.romantic-rose {
color: #a93d8e;
}
.safflower-purple {
color: #b74e92;
}
.fuchsia-kiss {
color: #c76b9f;
}
.cheesy-cheetah {
color: #ebaf2d;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--romantic-rose:#a93d8e;
--safflower-purple:#b74e92;
--fuchsia-kiss:#c76b9f;
--cheesy-cheetah:#ebaf2d;
--marigold-dust:#f4cf3e;
}