Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1eb4e6;
}
.drunken-dragonfly {
color: #3ddb8a;
}
.blacksmith-fire {
color: #f7e559;
}
.blazing-bonfire {
color: #fe9c39;
}
.pastel-strawberry {
color: #f04c4c;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1eb4e6;
--drunken-dragonfly:#3ddb8a;
--blacksmith-fire:#f7e559;
--blazing-bonfire:#fe9c39;
--pastel-strawberry:#f04c4c;
}