Color names in this palette
CSS code for this palette
/* CSS */
.seaborne {
color: #79a1c8;
}
.radar {
color: #b8c8e5;
}
.mississippi-river {
color: #3c638b;
}
.mountain-bluebird {
color: #499bc1;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
/* CSS Variables */
:root {
--seaborne:#79a1c8;
--radar:#b8c8e5;
--mississippi-river:#3c638b;
--mountain-bluebird:#499bc1;
--extraordinary-abundance-of-tinge:#e6e6e6;
}