Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.coelin-blue {
color: #497c92;
}
.kingfisher-turquoise {
color: #79b9b4;
}
.potato-chip {
color: #fddc58;
}
.fiery-glow {
color: #f14f1e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--coelin-blue:#497c92;
--kingfisher-turquoise:#79b9b4;
--potato-chip:#fddc58;
--fiery-glow:#f14f1e;
}