Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e3a5d4;
}
.viking-diva {
color: #c8b2e1;
}
.windsor-way {
color: #a1c4e8;
}
.yellow-tulip {
color: #f5d06b;
}
.old-flame {
color: #f5b7b2;
}
/* CSS Variables */
:root {
--light-orchid:#e3a5d4;
--viking-diva:#c8b2e1;
--windsor-way:#a1c4e8;
--yellow-tulip:#f5d06b;
--old-flame:#f5b7b2;
}