Color names in this palette
CSS code for this palette
/* CSS */
.burning-tomato {
color: #f04e2d;
}
.xanthous {
color: #f2b531;
}
.highlighter-yellow {
color: #f6e441;
}
.crystal-green {
color: #a4d57b;
}
.brig {
color: #4ea0bc;
}
/* CSS Variables */
:root {
--burning-tomato:#f04e2d;
--xanthous:#f2b531;
--highlighter-yellow:#f6e441;
--crystal-green:#a4d57b;
--brig:#4ea0bc;
}