Paleta de colores Brown Peanut Butter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Brown Peanut Butter palette

Compartir esta paleta en:

CSS de la paleta de colores Brown Peanut Butter

/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #c39969;
}
.color-4 {
color: #e6b76b;
}
.color-5 {
color: #f8d2a0;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #a66b3a;
--color-3: #c39969;
--color-4: #e6b76b;
--color-5: #f8d2a0;
}

CSS del degradado de fondo Brown Peanut Butter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #a66b3a, #c39969, #e6b76b, #f8d2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #a66b3a, #c39969, #e6b76b, #f8d2a0);
}

Brown Peanut Butter color palette created on .