Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.milky-way {
color: #e3f4f7;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--chefchaouen-blue:#a2d1e6;
--milky-way:#e3f4f7;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}