Paleta de colores Verdant Emberfield

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Emberfield palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Emberfield

/* CSS */
.color-1 {
color: #69bf8a;
}
.color-2 {
color: #3c8b4a;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #e77a32;
}
.color-5 {
color: #d24732;
}

/* CSS Variables */
:root {
--color-1: #69bf8a;
--color-2: #3c8b4a;
--color-3: #f4b943;
--color-4: #e77a32;
--color-5: #d24732;
}

CSS del degradado de fondo Verdant Emberfield

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}

Verdant Emberfield color palette created on .