Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.minted-elegance {
color: #6ac8a4;
}
.brig {
color: #4ea6c1;
}
.worn-denim {
color: #407ec9;
}
.kakitsubata-blue {
color: #405ab0;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--minted-elegance:#6ac8a4;
--brig:#4ea6c1;
--worn-denim:#407ec9;
--kakitsubata-blue:#405ab0;
}