Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.rainy-lake {
color: #3b6a8c;
}
.palmetto {
color: #6b9e9b;
}
.glenwood-green {
color: #a8d1b5;
}
.rice-flower {
color: #f0f5d1;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--rainy-lake:#3b6a8c;
--palmetto:#6b9e9b;
--glenwood-green:#a8d1b5;
--rice-flower:#f0f5d1;
}