Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.abra-goldenrod {
color: #f0c400;
}
.golden-gun {
color: #d6e600;
}
.mountain-mint {
color: #a9e0c1;
}
.xavier-blue {
color: #6cb4e4;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--abra-goldenrod:#f0c400;
--golden-gun:#d6e600;
--mountain-mint:#a9e0c1;
--xavier-blue:#6cb4e4;
}