Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-emerald {
color: #7fdc9b;
}
.mountain-lake-azure {
color: #4cb8a6;
}
.fairy-tale-blue {
color: #3e9cbb;
}
.cendre-blue {
color: #3e7fa3;
}
.dead-lake {
color: #2e5a8a;
}
/* CSS Variables */
:root {
--enchanted-emerald:#7fdc9b;
--mountain-lake-azure:#4cb8a6;
--fairy-tale-blue:#3e9cbb;
--cendre-blue:#3e7fa3;
--dead-lake:#2e5a8a;
}