Color names in this palette
CSS code for this palette
/* CSS */
.fibonacci-blue {
color: #1a1f5b;
}
.tory-blue {
color: #3b4f8c;
}
.granada-sky {
color: #5d80bb;
}
.simply-posh {
color: #89b7d2;
}
.polar-blue {
color: #b2e1e6;
}
/* CSS Variables */
:root {
--fibonacci-blue:#1a1f5b;
--tory-blue:#3b4f8c;
--granada-sky:#5d80bb;
--simply-posh:#89b7d2;
--polar-blue:#b2e1e6;
}