Botanical Remedies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Botanical Remedies palette

Share this palette to:

Botanical Remedies color palette CSS

/* CSS */
.color-1 {
color: #a6d56d;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #c67e4e;
}
.color-5 {
color: #6d4a4a;
}

/* CSS Variables */
:root {
--color-1: #a6d56d;
--color-2: #f1c6a7;
--color-3: #ffb84d;
--color-4: #c67e4e;
--color-5: #6d4a4a;
}

Botanical Remedies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d56d, #f1c6a7, #ffb84d, #c67e4e, #6d4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d56d, #f1c6a7, #ffb84d, #c67e4e, #6d4a4a);
}

Botanical Remedies color palette created on .