Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.little-sprout {
color: #d9e7d5;
}
.lobaria-lichen {
color: #a3c8b6;
}
.hawaiian-sky {
color: #7ea5b9;
}
.big-sur-blue-jade {
color: #3e6d8e;
}
/* CSS Variables */
:root {
--white:#ffffff;
--little-sprout:#d9e7d5;
--lobaria-lichen:#a3c8b6;
--hawaiian-sky:#7ea5b9;
--big-sur-blue-jade:#3e6d8e;
}