Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.carol {
color: #2b90ab;
}
.mountain-range-blue {
color: #4fb7c9;
}
.deep-aquamarine {
color: #7de3e0;
}
.icery {
color: #a3f5df;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--carol:#2b90ab;
--mountain-range-blue:#4fb7c9;
--deep-aquamarine:#7de3e0;
--icery:#a3f5df;
}