Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.blue-dart-frog {
color: #3c7b9a;
}
.surgical {
color: #5da1c0;
}
.deluxe-days {
color: #8ecae6;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--blue-dart-frog:#3c7b9a;
--surgical:#5da1c0;
--deluxe-days:#8ecae6;
--chef-s-hat:#f2f6f7;
}