Golden Spiritual Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Spiritual palette

Share this palette to:

Golden Spiritual color palette CSS

/* CSS */
.color-1 {
color: #e7b688;
}
.color-2 {
color: #f2d77d;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #c6d7a2;
}
.color-5 {
color: #a4d0e5;
}

/* CSS Variables */
:root {
--color-1: #e7b688;
--color-2: #f2d77d;
--color-3: #f7e6a1;
--color-4: #c6d7a2;
--color-5: #a4d0e5;
}

Golden Spiritual background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b688, #f2d77d, #f7e6a1, #c6d7a2, #a4d0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b688, #f2d77d, #f7e6a1, #c6d7a2, #a4d0e5);
}

Golden Spiritual color palette created on .