Color names in this palette
CSS code for this palette
/* CSS */
.k-whai-yellow {
color: #e3af2b;
}
.adonis-rose-yellow {
color: #f1c24b;
}
.forsythia-blossom {
color: #f4d66c;
}
.cente-tl-yellow {
color: #f6e179;
}
.shalimar {
color: #f9f8a4;
}
/* CSS Variables */
:root {
--k-whai-yellow:#e3af2b;
--adonis-rose-yellow:#f1c24b;
--forsythia-blossom:#f4d66c;
--cente-tl-yellow:#f6e179;
--shalimar:#f9f8a4;
}