Color names in this palette
CSS code for this palette
/* CSS */
.dead-lake {
color: #2b5c88;
}
.boat-house {
color: #4a8fba;
}
.bright-spark {
color: #79c2e2;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--dead-lake:#2b5c88;
--boat-house:#4a8fba;
--bright-spark:#79c2e2;
--adonis-rose-yellow:#f0c24c;
--breeze-of-chilli:#f76e6e;
}