Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.sacral-chakra {
color: #f0993d;
}
.deep-fried-sun-rays {
color: #f5c95c;
}
.lazy-daisy {
color: #f8eca5;
}
.southern-belle {
color: #a3d7c5;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--sacral-chakra:#f0993d;
--deep-fried-sun-rays:#f5c95c;
--lazy-daisy:#f8eca5;
--southern-belle:#a3d7c5;
}