Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.brittany-blue {
color: #4b7e8b;
}
.fiesta-blue {
color: #70c2b4;
}
.golden-glam {
color: #f4b943;
}
.citrus-blast {
color: #e0793e;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--brittany-blue:#4b7e8b;
--fiesta-blue:#70c2b4;
--golden-glam:#f4b943;
--citrus-blast:#e0793e;
}