Brown Peanut Butter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Peanut Butter palette

このパレットを共有する先:

Brown Peanut Butter カラーパレット CSS

/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #b46d41;
}
.color-3 {
color: #bb8b54;
}
.color-4 {
color: #e5b766;
}
.color-5 {
color: #ffce8f;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #b46d41;
--color-3: #bb8b54;
--color-4: #e5b766;
--color-5: #ffce8f;
}

Brown Peanut Butter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #b46d41, #bb8b54, #e5b766, #ffce8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #b46d41, #bb8b54, #e5b766, #ffce8f);
}

Brown Peanut Butter color palette created on .