Josh Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Josh palette

Share this palette to:

Josh color palette CSS

/* CSS */
.color-1 {
color: #b1bfcd;
}
.color-2 {
color: #77919c;
}
.color-3 {
color: #42697b;
}
.color-4 {
color: #304354;
}
.color-5 {
color: #213236;
}

/* CSS Variables */
:root {
--color-1: #b1bfcd;
--color-2: #77919c;
--color-3: #42697b;
--color-4: #304354;
--color-5: #213236;
}

Josh background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1bfcd, #77919c, #42697b, #304354, #213236);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1bfcd, #77919c, #42697b, #304354, #213236);
}

Josh color palette created on .