Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5f8d;
}
.storm-blue {
color: #507f9b;
}
.turtle-lake {
color: #77b6a5;
}
.mint-cocktail-green {
color: #b9e0b2;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5f8d;
--storm-blue:#507f9b;
--turtle-lake:#77b6a5;
--mint-cocktail-green:#b9e0b2;
--forsythia-blossom:#f9d66c;
}