Color names in this palette
CSS code for this palette
/* CSS */
.vibrant {
color: #fbd24b;
}
.mad-for-mango {
color: #f5a300;
}
.fire-dragon-bright {
color: #f56e00;
}
.bright-delight {
color: #cf5c2a;
}
.liaison {
color: #8e3e4f;
}
/* CSS Variables */
:root {
--vibrant:#fbd24b;
--mad-for-mango:#f5a300;
--fire-dragon-bright:#f56e00;
--bright-delight:#cf5c2a;
--liaison:#8e3e4f;
}