Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.faience {
color: #2c6d8c;
}
.acapulco-cliffs {
color: #4e9ca6;
}
.after-the-rain {
color: #8bc4d0;
}
.brass-mesh {
color: #e1a54c;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--faience:#2c6d8c;
--acapulco-cliffs:#4e9ca6;
--after-the-rain:#8bc4d0;
--brass-mesh:#e1a54c;
}