Color names in this palette
CSS code for this palette
/* CSS */
.astral {
color: #396989;
}
.hydroport {
color: #5b9b9f;
}
.pale-jade {
color: #78c4b7;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.australian-mint {
color: #f2f5a8;
}
/* CSS Variables */
:root {
--astral:#396989;
--hydroport:#5b9b9f;
--pale-jade:#78c4b7;
--mint-cocktail-green:#b2e0b2;
--australian-mint:#f2f5a8;
}