Earth Based Healing Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earth Based Healing palette

Share this palette to:

Earth Based Healing color palette CSS

/* CSS */
.color-1 {
color: #4f8c58;
}
.color-2 {
color: #95b95b;
}
.color-3 {
color: #cdd449;
}
.color-4 {
color: #e1a741;
}
.color-5 {
color: #be464a;
}

/* CSS Variables */
:root {
--color-1: #4f8c58;
--color-2: #95b95b;
--color-3: #cdd449;
--color-4: #e1a741;
--color-5: #be464a;
}

Earth Based Healing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f8c58, #95b95b, #cdd449, #e1a741, #be464a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f8c58, #95b95b, #cdd449, #e1a741, #be464a);
}

Similar color palettes

Earth Based Healing color palette created on .