Nathaniel Landry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nathaniel Landry palette

Share this palette to:

Nathaniel Landry color palette CSS

/* CSS */
.color-1 {
color: #f1ede9;
}
.color-2 {
color: #ffe057;
}
.color-3 {
color: #d35f5f;
}
.color-4 {
color: #825555;
}
.color-5 {
color: #d4a5a5;
}

/* CSS Variables */
:root {
--color-1: #f1ede9;
--color-2: #ffe057;
--color-3: #d35f5f;
--color-4: #825555;
--color-5: #d4a5a5;
}

Nathaniel Landry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ede9, #ffe057, #d35f5f, #825555, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ede9, #ffe057, #d35f5f, #825555, #d4a5a5);
}

Nathaniel Landry color palette created on .