Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a8d53f;
}
.basil-smash {
color: #b8e2a2;
}
.fun-yellow {
color: #f4e695;
}
.peach-yellow {
color: #f9e0ae;
}
.rajah {
color: #f9a65d;
}
/* CSS Variables */
:root {
--burst-of-lime:#a8d53f;
--basil-smash:#b8e2a2;
--fun-yellow:#f4e695;
--peach-yellow:#f9e0ae;
--rajah:#f9a65d;
}