Paleta de colores Nutty Soiree

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Nutty Soiree palette

Compartir esta paleta en:

CSS de la paleta de colores Nutty Soiree

/* CSS */
.color-1 {
color: #d1913d;
}
.color-2 {
color: #e6b96b;
}
.color-3 {
color: #f4db90;
}
.color-4 {
color: #a8d7a8;
}
.color-5 {
color: #b4c9d5;
}

/* CSS Variables */
:root {
--color-1: #d1913d;
--color-2: #e6b96b;
--color-3: #f4db90;
--color-4: #a8d7a8;
--color-5: #b4c9d5;
}

CSS del degradado de fondo Nutty Soiree

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1913d, #e6b96b, #f4db90, #a8d7a8, #b4c9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1913d, #e6b96b, #f4db90, #a8d7a8, #b4c9d5);
}

Nutty Soiree color palette created on .