Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.aqueous {
color: #3a8e9c;
}
.rest-assured {
color: #9cc2c9;
}
.lighthouse-glow {
color: #f9d36c;
}
.flame-angelfish {
color: #f84b30;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--aqueous:#3a8e9c;
--rest-assured:#9cc2c9;
--lighthouse-glow:#f9d36c;
--flame-angelfish:#f84b30;
}