Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.lime-lizard {
color: #a3d55d;
}
.crystalsong-blue {
color: #4db1b3;
}
.precious-stone {
color: #2e8b99;
}
.beaded-blue {
color: #4b4c8b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--lime-lizard:#a3d55d;
--crystalsong-blue:#4db1b3;
--precious-stone:#2e8b99;
--beaded-blue:#4b4c8b;
}