Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.rainy-lake {
color: #3b6a8c;
}
.dupain {
color: #5a9fbf;
}
.terrace-pool {
color: #a3d6e0;
}
.banana-yogurt {
color: #f8e7b4;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--rainy-lake:#3b6a8c;
--dupain:#5a9fbf;
--terrace-pool:#a3d6e0;
--banana-yogurt:#f8e7b4;
}