Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3d7a;
}
.azraq-blue {
color: #4a6eb5;
}
.goluboy-blue {
color: #89b8e1;
}
.funky-yellow {
color: #f1d06f;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3d7a;
--azraq-blue:#4a6eb5;
--goluboy-blue:#89b8e1;
--funky-yellow:#f1d06f;
--miami-marmalade:#f28e1c;
}