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