Color names in this palette
CSS code for this palette
/* CSS */
.cossack-dancer {
color: #4a8ea1;
}
.surfer {
color: #6db6b6;
}
.mountain-lake-blue {
color: #87d4d4;
}
.waterspout {
color: #a2f1f1;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--cossack-dancer:#4a8ea1;
--surfer:#6db6b6;
--mountain-lake-blue:#87d4d4;
--waterspout:#a2f1f1;
--duck-egg-blue:#c3f9f9;
}