Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.crystalsong-blue {
color: #4eb1b0;
}
.aqua-bloom {
color: #93d4d7;
}
.new-clay {
color: #f1c2b6;
}
.coral-expression {
color: #d86969;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--crystalsong-blue:#4eb1b0;
--aqua-bloom:#93d4d7;
--new-clay:#f1c2b6;
--coral-expression:#d86969;
}