Color names in this palette
CSS code for this palette
/* CSS */
.mysterious-blue {
color: #3e7b89;
}
.tropic-turquoise {
color: #66b2a2;
}
.nihilakh-oxide {
color: #9ed6b3;
}
.lush-life {
color: #e7f5e0;
}
.casino-lights {
color: #f9f0b4;
}
/* CSS Variables */
:root {
--mysterious-blue:#3e7b89;
--tropic-turquoise:#66b2a2;
--nihilakh-oxide:#9ed6b3;
--lush-life:#e7f5e0;
--casino-lights:#f9f0b4;
}