Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.yellow-tulip {
color: #f7d06e;
}
.aphrodite-aqua {
color: #4ce1b9;
}
.blue-radiance {
color: #56cfe1;
}
.punch-out-glove {
color: #6a82fb;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--yellow-tulip:#f7d06e;
--aphrodite-aqua:#4ce1b9;
--blue-radiance:#56cfe1;
--punch-out-glove:#6a82fb;
}