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: #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;
}
Brown Peanut Butter の背景のグラデーション CSS
/* 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 .