Color names in this palette
CSS code for this palette
/* CSS */
.flaming-cauldron {
color: #f7a173;
}
.cornsilk-yellow {
color: #f3c96d;
}
.bilious-green {
color: #a6d46e;
}
.candid-blue {
color: #6cc5e0;
}
.walker-lake {
color: #3c8bb9;
}
/* CSS Variables */
:root {
--flaming-cauldron:#f7a173;
--cornsilk-yellow:#f3c96d;
--bilious-green:#a6d46e;
--candid-blue:#6cc5e0;
--walker-lake:#3c8bb9;
}