Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a5c8e4;
}
.antique-cameo {
color: #f0baa3;
}
.venetian-yellow {
color: #f7e6a1;
}
.flower-field {
color: #d7aa70;
}
.thimble-red {
color: #a35c8e;
}
/* CSS Variables */
:root {
--template:#a5c8e4;
--antique-cameo:#f0baa3;
--venetian-yellow:#f7e6a1;
--flower-field:#d7aa70;
--thimble-red:#a35c8e;
}