Nuchterid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nuchterid palette

Share this palette to:

Nuchterid color palette PNG image

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

Nuchterid color palette CSS

/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #b5d4c2;
}
.color-3 {
color: #f7e1c5;
}
.color-4 {
color: #f7b5a6;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #b5d4c2;
--color-3: #f7e1c5;
--color-4: #f7b5a6;
--color-5: #f76e6e;
}

Nuchterid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #b5d4c2, #f7e1c5, #f7b5a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #b5d4c2, #f7e1c5, #f7b5a6, #f76e6e);
}

Nuchterid color palette created on .