Color names in this palette
CSS code for this palette
/* CSS */
.citrus-blast {
color: #e07b38;
}
.roseberry {
color: #f7a8a1;
}
.dusty-boots {
color: #f5c08e;
}
.lime-lizard {
color: #a3d55d;
}
.tech-wave {
color: #4b7c9b;
}
/* CSS Variables */
:root {
--citrus-blast:#e07b38;
--roseberry:#f7a8a1;
--dusty-boots:#f5c08e;
--lime-lizard:#a3d55d;
--tech-wave:#4b7c9b;
}