CSS code for this palette
/* CSS */
.jazz-blue {
color: #1c6b9b;
}
.bianchi-green {
color: #3bc9c9;
}
.peppy {
color: #76d6b3;
}
.maize {
color: #f6cf51;
}
.sunset-blaze {
color: #e65b2d;
}
/* CSS Variables */
:root {
--jazz-blue:#1c6b9b;
--bianchi-green:#3bc9c9;
--peppy:#76d6b3;
--maize:#f6cf51;
--sunset-blaze:#e65b2d;
}