Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8b8f;
}
.crystalsong-blue {
color: #4fb5b4;
}
.aqua-zing {
color: #7fd7d5;
}
.pale-king-s-blue {
color: #b0f7f0;
}
.distant-horizon {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--river-fountain:#1e8b8f;
--crystalsong-blue:#4fb5b4;
--aqua-zing:#7fd7d5;
--pale-king-s-blue:#b0f7f0;
--distant-horizon:#f1f8f6;
}