Brown Peanut Butter Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Brown Peanut Butter palette

Condividi questa palette a:

tavolozza dei colori Brown Peanut Butter CSS

/* 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 con gradiente di sfondo 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 .