Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1d5b8b;
}
.blue-chill {
color: #3b9191;
}
.garish-green {
color: #4fbf83;
}
.syndicalist {
color: #f5c400;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--sapphire-lace:#1d5b8b;
--blue-chill:#3b9191;
--garish-green:#4fbf83;
--syndicalist:#f5c400;
--orange-gluttony:#e77e23;
}