Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.exploding-star {
color: #ffd83d;
}
.snow-pea {
color: #6dd070;
}
.bleuch-tel-blue {
color: #4a8bfc;
}
.blue-hepatica {
color: #6b5be6;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--exploding-star:#ffd83d;
--snow-pea:#6dd070;
--bleuch-tel-blue:#4a8bfc;
--blue-hepatica:#6b5be6;
}