Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8c8e;
}
.crystalsong-blue {
color: #4cb6b8;
}
.mountain-lake-blue {
color: #86d1d5;
}
.seascape-green {
color: #b5e3e3;
}
.honeydew {
color: #f5fff0;
}
/* CSS Variables */
:root {
--river-fountain:#1f8c8e;
--crystalsong-blue:#4cb6b8;
--mountain-lake-blue:#86d1d5;
--seascape-green:#b5e3e3;
--honeydew:#f5fff0;
}