Color names in this palette
CSS code for this palette
/* CSS */
.siesta-rose {
color: #ef7b7b;
}
.pallid-orange {
color: #fcb8a1;
}
.clear-calamine {
color: #f6e6e4;
}
.sky-high {
color: #a4c1f4;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--siesta-rose:#ef7b7b;
--pallid-orange:#fcb8a1;
--clear-calamine:#f6e6e4;
--sky-high:#a4c1f4;
--fennel-flower:#6b9cff;
}