Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.green-fiasco {
color: #b0eb00;
}
.krishna-blue {
color: #00aeff;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--green-fiasco:#b0eb00;
--krishna-blue:#00aeff;
}