Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.pale-banana {
color: #f6e48e;
}
.pompelmo {
color: #ff6b6b;
}
.exotic-blossom {
color: #ff9e42;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--pale-banana:#f6e48e;
--pompelmo:#ff6b6b;
--exotic-blossom:#ff9e42;
--sour-candy:#69af4b;
}