Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.baby-tears {
color: #6bb8d6;
}
.ganon-blue {
color: #a1e3f7;
}
.yippie-ya-yellow {
color: #f3f7a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--baby-tears:#6bb8d6;
--ganon-blue:#a1e3f7;
--yippie-ya-yellow:#f3f7a1;
--creamy-sweet-corn:#f9c54e;
}