Color names in this palette
CSS code for this palette
/* CSS */
.dreaming-blue {
color: #8cc3d4;
}
.mountain-range-blue {
color: #4fb7c9;
}
.tropical-lagoon {
color: #1b9bb1;
}
.by-the-bayou {
color: #007c8f;
}
.lyons-blue {
color: #006075;
}
/* CSS Variables */
:root {
--dreaming-blue:#8cc3d4;
--mountain-range-blue:#4fb7c9;
--tropical-lagoon:#1b9bb1;
--by-the-bayou:#007c8f;
--lyons-blue:#006075;
}