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