Color names in this palette
CSS code for this palette
/* CSS */
.coppersmith {
color: #d68c3d;
}
.sea-cliff {
color: #a3c7e0;
}
.cottage-blue {
color: #7a9bc2;
}
.tickled-pink {
color: #f1a7c3;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--coppersmith:#d68c3d;
--sea-cliff:#a3c7e0;
--cottage-blue:#7a9bc2;
--tickled-pink:#f1a7c3;
--breeze-of-chilli:#f36d6d;
}