Color names in this palette
CSS code for this palette
/* CSS */
.heritage-blue {
color: #5093b9;
}
.sky-babe {
color: #85c1d5;
}
.syndicalist {
color: #f5c400;
}
.consumed-by-fire {
color: #f47f1f;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--heritage-blue:#5093b9;
--sky-babe:#85c1d5;
--syndicalist:#f5c400;
--consumed-by-fire:#f47f1f;
--orangeade:#e04f38;
}