Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.sweet-escape {
color: #8b40fc;
}
.lucid-dream {
color: #5b2d8f;
}
.storm-lightning {
color: #f7e89c;
}
.madang {
color: #b3e3a5;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--sweet-escape:#8b40fc;
--lucid-dream:#5b2d8f;
--storm-lightning:#f7e89c;
--madang:#b3e3a5;
}