Friconix colors

Example of color styling for icons from Friconix.

by Imabot

HTML

<script src="https://friconix.com/cdn/friconix.js"></script>
<html>
	<head>
		<!-- Insérer Friconix ici -->
	</head>
	<body>
		<!-- Ajouter les icônes ici -->
	</body>
</html>

CSS

.icon-red { color: red; }
.icon-green { color: green; }
.icon-blue { color: blue; }
.icon-orange { color: orange; }

.green1 { color: #86e29b; }
.green2 { color: #5dd879; }
.green3 { color: #34ce57; }
.green4 { color: #1e7e34; }
.green5 { color: #145523; }