Color names in this palette
CSS code for this palette
/* CSS */
.viridian {
color: #1e8f6b;
}
.mountain-lake-azure {
color: #50b9a8;
}
.shallow-shoal {
color: #9fd5d5;
}
.invigorating {
color: #f1e9b1;
}
.sandy-brown {
color: #f1a65b;
}
/* CSS Variables */
:root {
--viridian:#1e8f6b;
--mountain-lake-azure:#50b9a8;
--shallow-shoal:#9fd5d5;
--invigorating:#f1e9b1;
--sandy-brown:#f1a65b;
}