Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.radiation-carrot {
color: #ffa142;
}
.tuscan-sun {
color: #ffd84d;
}
.tropical-light {
color: #a1d66b;
}
.sea-capture {
color: #5cbbe0;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--radiation-carrot:#ffa142;
--tuscan-sun:#ffd84d;
--tropical-light:#a1d66b;
--sea-capture:#5cbbe0;
}