Color names in this palette
CSS code for this palette
/* CSS */
.copper-river {
color: #f6a16f;
}
.calabrese {
color: #f1a4a2;
}
.silk-ribbon {
color: #c56d8c;
}
.design-delight {
color: #aa7daa;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--copper-river:#f6a16f;
--calabrese:#f1a4a2;
--silk-ribbon:#c56d8c;
--design-delight:#aa7daa;
--just-a-fairytale:#695b9a;
}