Color names in this palette
CSS code for this palette
/* CSS */
.maniac-mansion {
color: #003a5c;
}
.cairns {
color: #0a6c99;
}
.blue-chrysocolla {
color: #78b6d3;
}
.light-ridge-light {
color: #c2d6e5;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--maniac-mansion:#003a5c;
--cairns:#0a6c99;
--blue-chrysocolla:#78b6d3;
--light-ridge-light:#c2d6e5;
--angel-s-feather:#f4f1e6;
}