Taurus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Taurus palette

Share this palette to:

Taurus color palette PNG image

Download taurus color palette PNG image (landscape)
Download taurus color palette PNG image (square)

Taurus color palette CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #8b4513;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #9f512d;
--color-3: #8b4513;
--color-4: #ffd900;
--color-5: #ff6347;
}

Taurus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #9f512d, #8b4513, #ffd900, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #9f512d, #8b4513, #ffd900, #ff6347);
}

Taurus color palette created on .