Color names in this palette
CSS code for this palette
/* CSS */
.blue-cuddle {
color: #7eb2d3;
}
.peach-damask {
color: #f7c5a6;
}
.xanthous {
color: #f2b02c;
}
.bright-delight {
color: #d15b29;
}
.purple-sapphire {
color: #7c4a96;
}
/* CSS Variables */
:root {
--blue-cuddle:#7eb2d3;
--peach-damask:#f7c5a6;
--xanthous:#f2b02c;
--bright-delight:#d15b29;
--purple-sapphire:#7c4a96;
}