Color names in this palette
CSS code for this palette
/* CSS */
.zima-blue {
color: #1ab6f9;
}
.channel-marker-green {
color: #00d6b6;
}
.coquelicot {
color: #ff3c00;
}
.lisbon-lemon {
color: #fffb00;
}
.pure-hedonist {
color: #ff1f57;
}
/* CSS Variables */
:root {
--zima-blue:#1ab6f9;
--channel-marker-green:#00d6b6;
--coquelicot:#ff3c00;
--lisbon-lemon:#fffb00;
--pure-hedonist:#ff1f57;
}