Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #d63f24;
}
.consumed-by-fire {
color: #f77b1d;
}
.lush-honeycomb {
color: #f9a61f;
}
.vibrant {
color: #fbd24b;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--mr-krabs:#d63f24;
--consumed-by-fire:#f77b1d;
--lush-honeycomb:#f9a61f;
--vibrant:#fbd24b;
--vanilla:#f3e4aa;
}