Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.flax-fiber {
color: #e0d78f;
}
.breath-of-spring {
color: #e7e3a6;
}
.pineapple-delight {
color: #f3eaaa;
}
.witch-hazel {
color: #fbf06f;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--flax-fiber:#e0d78f;
--breath-of-spring:#e7e3a6;
--pineapple-delight:#f3eaaa;
--witch-hazel:#fbf06f;
}