Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.blue-dart-frog {
color: #3a7d9c;
}
.maritime-soft-blue {
color: #69b6c3;
}
.blizzard-blue {
color: #a5e2e9;
}
.pale-marigold {
color: #ffbd42;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--blue-dart-frog:#3a7d9c;
--maritime-soft-blue:#69b6c3;
--blizzard-blue:#a5e2e9;
--pale-marigold:#ffbd42;
}