Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-chaise {
color: #4c8fa9;
}
.holiday {
color: #7fc3b6;
}
.lighthouse-glow {
color: #f9d36c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-chaise:#4c8fa9;
--holiday:#7fc3b6;
--lighthouse-glow:#f9d36c;
--breeze-of-chilli:#f76e6e;
}