Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.faded-sunlight {
color: #ffd06b;
}
.unmellow-yellow {
color: #fff86b;
}
.screamin-green {
color: #6bff6b;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--fresh-cantaloupe:#ff9a6b;
--faded-sunlight:#ffd06b;
--unmellow-yellow:#fff86b;
--screamin-green:#6bff6b;
}