Color names in this palette
CSS code for this palette
/* CSS */
.sunny-side-up {
color: #ffd942;
}
.peach-butter {
color: #ffae3d;
}
.carrot {
color: #ff6e42;
}
.coral-red {
color: #ff3d40;
}
.golden-blood {
color: #ff0f5b;
}
/* CSS Variables */
:root {
--sunny-side-up:#ffd942;
--peach-butter:#ffae3d;
--carrot:#ff6e42;
--coral-red:#ff3d40;
--golden-blood:#ff0f5b;
}