Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.blue-dart-frog {
color: #3b7da0;
}
.crystal-seas {
color: #60b3cd;
}
.radiant-sun {
color: #f3ca4f;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--blue-dart-frog:#3b7da0;
--crystal-seas:#60b3cd;
--radiant-sun:#f3ca4f;
--orange-gluttony:#e77e23;
}