Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.firecracker {
color: #f36839;
}
.florida-sunrise {
color: #f3a76d;
}
.garbanzo-bean {
color: #f3d4a5;
}
.delicate-lace {
color: #f3e6d3;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--firecracker:#f36839;
--florida-sunrise:#f3a76d;
--garbanzo-bean:#f3d4a5;
--delicate-lace:#f3e6d3;
}