Color names in this palette
CSS code for this palette
/* CSS */
.red-stop {
color: #ff2929;
}
.burning-orange {
color: #ff6d29;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.serene-pink {
color: #f6c7b6;
}
/* CSS Variables */
:root {
--red-stop:#ff2929;
--burning-orange:#ff6d29;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--serene-pink:#f6c7b6;
}