Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a9d9ea;
}
.chantilly {
color: #f0b7c3;
}
.peach-damask {
color: #f7c6a6;
}
.cymophane-yellow {
color: #f4e5a4;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--blue-click:#a9d9ea;
--chantilly:#f0b7c3;
--peach-damask:#f7c6a6;
--cymophane-yellow:#f4e5a4;
--radiant-sun:#f3ca4f;
}