Vibrant Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Brown palette
Vibrant Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #d8b65f;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #8b4513;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c69c6c;
--color-3: #d8b65f;
--color-4: #f5c400;
--color-5: #8b4513;
}
Vibrant Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c69c6c, #d8b65f, #f5c400, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c69c6c, #d8b65f, #f5c400, #8b4513);
}
似たようなカラーパレット
Vibrant Brown color palette created on .