Paleta de colores Artisan's Haven

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Artisan's Haven palette

Compartir esta paleta en:

CSS de la paleta de colores Artisan's Haven

/* CSS */
.color-1 {
color: #e6d4b7;
}
.color-2 {
color: #b6d3d8;
}
.color-3 {
color: #c6a64e;
}
.color-4 {
color: #f8f2e7;
}
.color-5 {
color: #9cb08d;
}

/* CSS Variables */
:root {
--color-1: #e6d4b7;
--color-2: #b6d3d8;
--color-3: #c6a64e;
--color-4: #f8f2e7;
--color-5: #9cb08d;
}

CSS del degradado de fondo Artisan's Haven

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d4b7, #b6d3d8, #c6a64e, #f8f2e7, #9cb08d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d4b7, #b6d3d8, #c6a64e, #f8f2e7, #9cb08d);
}

Artisan's Haven color palette created on .