Keith Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Keith palette

Share this palette to:

Keith color palette PNG image

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

Keith color palette CSS

/* CSS */
.color-1 {
color: #3b4a6d;
}
.color-2 {
color: #6b8e9e;
}
.color-3 {
color: #a1c9d3;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #3b4a6d;
--color-2: #6b8e9e;
--color-3: #a1c9d3;
--color-4: #f0d68e;
--color-5: #e77e23;
}

Keith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a6d, #6b8e9e, #a1c9d3, #f0d68e, #e77e23);
}

Keith color palette created on .