Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c204f;
}
.ashton-blue {
color: #4a78b5;
}
.deluxe-days {
color: #89c4e6;
}
.venetian-yellow {
color: #f6e2a2;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--fly-by-night:#1c204f;
--ashton-blue:#4a78b5;
--deluxe-days:#89c4e6;
--venetian-yellow:#f6e2a2;
--chat-orange:#f79c40;
}