Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.blue-dart-frog {
color: #3a7d9c;
}
.shinbashi {
color: #5bbac8;
}
.citrus-honey {
color: #f4b96c;
}
.sunset-peach {
color: #f7a67e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--blue-dart-frog:#3a7d9c;
--shinbashi:#5bbac8;
--citrus-honey:#f4b96c;
--sunset-peach:#f7a67e;
}