Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.nacho {
color: #ffcb5c;
}
.the-first-daffodil {
color: #fff68f;
}
.snow-pea {
color: #6dd070;
}
.perfect-days {
color: #4c9eeb;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--nacho:#ffcb5c;
--the-first-daffodil:#fff68f;
--snow-pea:#6dd070;
--perfect-days:#4c9eeb;
}