Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a4d3e5;
}
.tranquil-bay {
color: #75b6e1;
}
.blue-dart {
color: #488cd5;
}
.rainbow-bright {
color: #2b5cb1;
}
.surf-the-web {
color: #1c3c82;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a4d3e5;
--tranquil-bay:#75b6e1;
--blue-dart:#488cd5;
--rainbow-bright:#2b5cb1;
--surf-the-web:#1c3c82;
}