Paleta de colores Elm

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elm palette

Compartir esta paleta en:

Descargar la paleta de colores Elm (PNG)

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

CSS de la paleta de colores Elm

/* CSS */
.color-1 {
color: #a4c58c;
}
.color-2 {
color: #6a994d;
}
.color-3 {
color: #4b7e3a;
}
.color-4 {
color: #3b6c28;
}
.color-5 {
color: #2b5d1d;
}

/* CSS Variables */
:root {
--color-1: #a4c58c;
--color-2: #6a994d;
--color-3: #4b7e3a;
--color-4: #3b6c28;
--color-5: #2b5d1d;
}

CSS del degradado de fondo Elm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c58c, #6a994d, #4b7e3a, #3b6c28, #2b5d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c58c, #6a994d, #4b7e3a, #3b6c28, #2b5d1d);
}

Elm color palette created on .