Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.nacho {
color: #ffcb5c;
}
.just-a-fairytale {
color: #6b5b95;
}
.ripe-pumpkin {
color: #feb134;
}
.geranium {
color: #d74262;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--nacho:#ffcb5c;
--just-a-fairytale:#6b5b95;
--ripe-pumpkin:#feb134;
--geranium:#d74262;
}