Paleta de colores Light Crème and Olive

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Crème and Olive palette

Compartir esta paleta en:

CSS de la paleta de colores Light Crème and Olive

/* CSS */
.color-1 {
color: #f4e1b3;
}
.color-2 {
color: #d1c8a3;
}
.color-3 {
color: #b6b49a;
}
.color-4 {
color: #909b6f;
}
.color-5 {
color: #4a553f;
}

/* CSS Variables */
:root {
--color-1: #f4e1b3;
--color-2: #d1c8a3;
--color-3: #b6b49a;
--color-4: #909b6f;
--color-5: #4a553f;
}

CSS del degradado de fondo Light Crème and Olive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1b3, #d1c8a3, #b6b49a, #909b6f, #4a553f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1b3, #d1c8a3, #b6b49a, #909b6f, #4a553f);
}

Light Crème and Olive color palette created on .