Wine and Chocolate カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wine and Chocolate palette
Wine and Chocolate カラー パレット PNG 画像
Wine and Chocolate カラーパレット CSS
/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #894e4d;
}
.color-3 {
color: #d8b6a2;
}
.color-4 {
color: #e2c3b1;
}
.color-5 {
color: #593e31;
}
/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #894e4d;
--color-3: #d8b6a2;
--color-4: #e2c3b1;
--color-5: #593e31;
}
Wine and Chocolate の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #894e4d, #d8b6a2, #e2c3b1, #593e31);
}
似たようなカラーパレット
Wine and Chocolate color palette created on .