19070's Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 19070's palette

Share this palette to:

19070's color palette PNG image

Download 19070's color palette PNG image (landscape)
Download 19070's color palette PNG image (square)

19070's color palette CSS

/* CSS */
.color-1 {
color: #d97c3a;
}
.color-2 {
color: #f2a950;
}
.color-3 {
color: #f1d6a7;
}
.color-4 {
color: #7d9b59;
}
.color-5 {
color: #3e5a75;
}

/* CSS Variables */
:root {
--color-1: #d97c3a;
--color-2: #f2a950;
--color-3: #f1d6a7;
--color-4: #7d9b59;
--color-5: #3e5a75;
}

19070's background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97c3a, #f2a950, #f1d6a7, #7d9b59, #3e5a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97c3a, #f2a950, #f1d6a7, #7d9b59, #3e5a75);
}

19070's color palette created on .