Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.flyway {
color: #5db1d5;
}
.nevada-sky {
color: #a1d7e8;
}
.majestic-treasures {
color: #f1e7a2;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--flyway:#5db1d5;
--nevada-sky:#a1d7e8;
--majestic-treasures:#f1e7a2;
--squash-blossom:#f6b83c;
}