Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.crystal-seas {
color: #5eb1cf;
}
.blizzard-blue {
color: #a5e3e9;
}
.american-yellow {
color: #f5b400;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--crystal-seas:#5eb1cf;
--blizzard-blue:#a5e3e9;
--american-yellow:#f5b400;
--flint-corn-red:#d6613d;
}