Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.mega-blue {
color: #3b6da5;
}
.scott-base {
color: #68a1c4;
}
.fine-blue {
color: #b6e1e2;
}
.salmon-beauty {
color: #f9c7b4;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--mega-blue:#3b6da5;
--scott-base:#68a1c4;
--fine-blue:#b6e1e2;
--salmon-beauty:#f9c7b4;
}