Color names in this palette
CSS code for this palette
/* CSS */
.fibonacci-blue {
color: #152656;
}
.florida-waters {
color: #294485;
}
.azraq-blue {
color: #4a68b5;
}
.verde-marr-n {
color: #86745b;
}
.damson {
color: #884e65;
}
/* CSS Variables */
:root {
--fibonacci-blue:#152656;
--florida-waters:#294485;
--azraq-blue:#4a68b5;
--verde-marr-n:#86745b;
--damson:#884e65;
}