Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.golden-glam {
color: #f4b943;
}
.spring-yellow {
color: #f4e07b;
}
.tropic-tide {
color: #69c3b7;
}
.blue-oblivion {
color: #1f3d89;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--golden-glam:#f4b943;
--spring-yellow:#f4e07b;
--tropic-tide:#69c3b7;
--blue-oblivion:#1f3d89;
}