Loading...

Paleta de colores Christmas Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Christmas Green palette

Compartir esta paleta en:

Descargar la paleta de colores Christmas Green (PNG)

Download christmas green color palette PNG image (landscape)
Download christmas green color palette PNG image (square)

CSS de la paleta de colores Christmas Green

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe28a;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffb84d;
--color-3: #ffe28a;
--color-4: #4eb7ac;
--color-5: #007a6c;
}

CSS del degradado de fondo Christmas Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffb84d, #ffe28a, #4eb7ac, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffb84d, #ffe28a, #4eb7ac, #007a6c);
}

Christmas Green color palette created on .