Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.hint-of-honey {
color: #ffd56b;
}
.lunatic-sky-dancer {
color: #6bff9a;
}
.french-sky-blue {
color: #6bb3ff;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--fresh-cantaloupe:#ff9a6b;
--hint-of-honey:#ffd56b;
--lunatic-sky-dancer:#6bff9a;
--french-sky-blue:#6bb3ff;
}