Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b4064;
}
.tech-wave {
color: #4d7d9d;
}
.madras-blue {
color: #9bc1d9;
}
.amber-moon {
color: #efd1a4;
}
.sizzling-sunset {
color: #e77a4b;
}
/* CSS Variables */
:root {
--lucidity:#1b4064;
--tech-wave:#4d7d9d;
--madras-blue:#9bc1d9;
--amber-moon:#efd1a4;
--sizzling-sunset:#e77a4b;
}