Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.azraq-blue {
color: #4d6db3;
}
.blue-gourami {
color: #6da1d5;
}
.chefchaouen-blue {
color: #a5d2e9;
}
.bells-and-whistles-gold {
color: #f0e59e;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--azraq-blue:#4d6db3;
--blue-gourami:#6da1d5;
--chefchaouen-blue:#a5d2e9;
--bells-and-whistles-gold:#f0e59e;
}