Red Wine Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Wine Tones palette

このパレットを共有する先:

Red Wine Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #994d5d;
}
.color-3 {
color: #d48c8d;
}
.color-4 {
color: #f3b3a0;
}
.color-5 {
color: #f5c7c9;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #994d5d;
--color-3: #d48c8d;
--color-4: #f3b3a0;
--color-5: #f5c7c9;
}

Red Wine Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #994d5d, #d48c8d, #f3b3a0, #f5c7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #994d5d, #d48c8d, #f3b3a0, #f5c7c9);
}

Red Wine Tones color palette created on .