Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.medium-turquoise {
color: #4dd5d5;
}
.turkish-turquoise {
color: #7ae6e6;
}
.pale-king-s-blue {
color: #a3f0f0;
}
.frosty-mint {
color: #e0f5f5;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--medium-turquoise:#4dd5d5;
--turkish-turquoise:#7ae6e6;
--pale-king-s-blue:#a3f0f0;
--frosty-mint:#e0f5f5;
}