Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1e6b9f;
}
.bachelor-button {
color: #49b9d4;
}
.atlantic-ocean {
color: #a4d6e5;
}
.egyptian-gold {
color: #f0a94c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--jazz-blue:#1e6b9f;
--bachelor-button:#49b9d4;
--atlantic-ocean:#a4d6e5;
--egyptian-gold:#f0a94c;
--vampire-red:#d63f2e;
}