Paleta de colores Nathaniel Landry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Nathaniel Landry palette

Compartir esta paleta en:

CSS de la paleta de colores Nathaniel Landry

/* 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;
}

CSS del degradado de fondo Nathaniel Landry

/* 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 .