Color names in this palette
CSS code for this palette
/* CSS */
.casandora-yellow {
color: #fbcb5b;
}
.siesta-rose {
color: #ed7878;
}
.jubilee {
color: #7a5b9a;
}
.crisp-lettuce {
color: #4b9b8a;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--casandora-yellow:#fbcb5b;
--siesta-rose:#ed7878;
--jubilee:#7a5b9a;
--crisp-lettuce:#4b9b8a;
--china-doll:#f2e4d4;
}