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: #9a3c49;
}
.color-3 {
color: #e67c7a;
}
.color-4 {
color: #c4a1a7;
}
.color-5 {
color: #d7b2c0;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9a3c49;
--color-3: #e67c7a;
--color-4: #c4a1a7;
--color-5: #d7b2c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9a3c49, #e67c7a, #c4a1a7, #d7b2c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9a3c49, #e67c7a, #c4a1a7, #d7b2c0);
}

Red Wine color palette created on .