Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.muted-blue {
color: #3a739c;
}
.air-blue {
color: #67a3c1;
}
.terrace-pool {
color: #a3d7e0;
}
.walking-on-sunshine {
color: #f9f99a;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--muted-blue:#3a739c;
--air-blue:#67a3c1;
--terrace-pool:#a3d7e0;
--walking-on-sunshine:#f9f99a;
}