Color names in this palette
CSS code for this palette
/* CSS */
.ripe-pineapple {
color: #ffe27a;
}
.bright-bubble {
color: #ffc629;
}
.cloudy-carrot {
color: #ffa514;
}
.orange-popsicle {
color: #ff7b0f;
}
.orioles-orange {
color: #fe5010;
}
/* CSS Variables */
:root {
--ripe-pineapple:#ffe27a;
--bright-bubble:#ffc629;
--cloudy-carrot:#ffa514;
--orange-popsicle:#ff7b0f;
--orioles-orange:#fe5010;
}