Colorful Nikodem Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Nikodem palette

Share this palette to:

Colorful Nikodem color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6cbf5a;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #d87f2c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6cbf5a;
--color-3: #4b91e2;
--color-4: #f7c94b;
--color-5: #d87f2c;
}

Colorful Nikodem background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6cbf5a, #4b91e2, #f7c94b, #d87f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6cbf5a, #4b91e2, #f7c94b, #d87f2c);
}

Colorful Nikodem color palette created on .