Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1b398d;
}
.han-blue {
color: #496ed4;
}
.broken-blue {
color: #70b5f5;
}
.lemon-verbena {
color: #f2e96e;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--navy-seal:#1b398d;
--han-blue:#496ed4;
--broken-blue:#70b5f5;
--lemon-verbena:#f2e96e;
--opal-flame:#f15e4b;
}