Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.nature-apricot {
color: #ffb7a3;
}
.dynamic-yellow {
color: #ffe66b;
}
.snow-pea {
color: #6ccb79;
}
.perfect-days {
color: #4b9eec;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--nature-apricot:#ffb7a3;
--dynamic-yellow:#ffe66b;
--snow-pea:#6ccb79;
--perfect-days:#4b9eec;
}