Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.turkish-stone {
color: #2a7c92;
}
.glassmith {
color: #43b3c7;
}
.aqua-fiesta {
color: #98e2e2;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--turkish-stone:#2a7c92;
--glassmith:#43b3c7;
--aqua-fiesta:#98e2e2;
--distant-horizon:#f1f9f9;
}