Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.shocking-orange {
color: #ff6d1f;
}
.self-love {
color: #d22d6c;
}
.deep-amethyst {
color: #5a2d8b;
}
.baltic {
color: #1f9e9e;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--shocking-orange:#ff6d1f;
--self-love:#d22d6c;
--deep-amethyst:#5a2d8b;
--baltic:#1f9e9e;
}