Paleta de colores Verdant Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Embrace

/* CSS */
.color-1 {
color: #a6c9b8;
}
.color-2 {
color: #6a9a8e;
}
.color-3 {
color: #4f7d7d;
}
.color-4 {
color: #e9b8a0;
}
.color-5 {
color: #f3b558;
}

/* CSS Variables */
:root {
--color-1: #a6c9b8;
--color-2: #6a9a8e;
--color-3: #4f7d7d;
--color-4: #e9b8a0;
--color-5: #f3b558;
}

CSS del degradado de fondo Verdant Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b8, #6a9a8e, #4f7d7d, #e9b8a0, #f3b558);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b8, #6a9a8e, #4f7d7d, #e9b8a0, #f3b558);
}

Verdant Embrace color palette created on .