Color names in this palette
CSS code for this palette
/* CSS */
.vivid-orange {
color: #ff5e00;
}
.sun-crete {
color: #ff8c00;
}
.chunky-bee {
color: #ffc94d;
}
.star {
color: #ffe500;
}
.lasting-thoughts {
color: #d1e8b0;
}
/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--sun-crete:#ff8c00;
--chunky-bee:#ffc94d;
--star:#ffe500;
--lasting-thoughts:#d1e8b0;
}