Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.twilight-meadow {
color: #4da3a2;
}
.lilliputian-lime {
color: #7fd959;
}
.radiant-sun {
color: #f1c950;
}
.usubeni-red {
color: #f66a6a;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--twilight-meadow:#4da3a2;
--lilliputian-lime:#7fd959;
--radiant-sun:#f1c950;
--usubeni-red:#f66a6a;
}