Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1e4067;
}
.coelin-blue {
color: #4a7d96;
}
.pearl-blue {
color: #79b2c8;
}
.terrace-pool {
color: #a3d9e1;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--lucidity:#1e4067;
--coelin-blue:#4a7d96;
--pearl-blue:#79b2c8;
--terrace-pool:#a3d9e1;
--smooth-as-corn-silk:#f4e4b3;
}