Color names in this palette
CSS code for this palette
/* CSS */
.tropical-green {
color: #1b7e6a;
}
.mountain-lake-azure {
color: #50b9a8;
}
.mountain-lake-blue {
color: #85d5d0;
}
.oyster-bisque {
color: #f3e7af;
}
.mandys-pink {
color: #f5b59e;
}
/* CSS Variables */
:root {
--tropical-green:#1b7e6a;
--mountain-lake-azure:#50b9a8;
--mountain-lake-blue:#85d5d0;
--oyster-bisque:#f3e7af;
--mandys-pink:#f5b59e;
}