Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d4e8;
}
.sea-capture {
color: #60bbe2;
}
.hidden-springs {
color: #1d89b4;
}
.commandes {
color: #0c5b7d;
}
.dignity-blue {
color: #0a4e71;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d4e8;
--sea-capture:#60bbe2;
--hidden-springs:#1d89b4;
--commandes:#0c5b7d;
--dignity-blue:#0a4e71;
}