Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.devil-s-grass {
color: #4cae4f;
}
.adamantine-blue {
color: #42a5f5;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--devil-s-grass:#4cae4f;
--adamantine-blue:#42a5f5;
}