Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a6d8b5;
}
.mountain-lake-azure {
color: #50b9a9;
}
.atlantic-wave {
color: #3a7878;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.themeda-japonica {
color: #e3b03b;
}
/* CSS Variables */
:root {
--frugal:#a6d8b5;
--mountain-lake-azure:#50b9a9;
--atlantic-wave:#3a7878;
--antique-wicker-basket:#f2d3a1;
--themeda-japonica:#e3b03b;
}