Red Wine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Wine palette

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

Red Wine カラー パレット PNG 画像

Download red wine color palette PNG image (landscape)
Download red wine color palette PNG image (square)

Red Wine カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #9a4c6c;
}
.color-3 {
color: #c58c9d;
}
.color-4 {
color: #f1b1c9;
}
.color-5 {
color: #f9d7e9;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a4c6c;
--color-3: #c58c9d;
--color-4: #f1b1c9;
--color-5: #f9d7e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a4c6c, #c58c9d, #f1b1c9, #f9d7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a4c6c, #c58c9d, #f1b1c9, #f9d7e9);
}

Red Wine color palette created on .