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