Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.hoeth-blue {
color: #5cabd6;
}
.undercool {
color: #7bc3e0;
}
.light-budgie-blue {
color: #a0d5e9;
}
.m-white {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--hoeth-blue:#5cabd6;
--undercool:#7bc3e0;
--light-budgie-blue:#a0d5e9;
--m-white:#f4f9fb;
}