Dark Red Wine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red Wine palette

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

Dark Red Wine カラーパレット (PNG) をダウンロード

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

Dark Red Wine カラーパレット CSS

/* CSS */
.color-1 {
color: #7f1f3d;
}
.color-2 {
color: #aa3c4c;
}
.color-3 {
color: #d35345;
}
.color-4 {
color: #eb8f6b;
}
.color-5 {
color: #f1c6a7;
}

/* CSS Variables */
:root {
--color-1: #7f1f3d;
--color-2: #aa3c4c;
--color-3: #d35345;
--color-4: #eb8f6b;
--color-5: #f1c6a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1f3d, #aa3c4c, #d35345, #eb8f6b, #f1c6a7);
}

Dark Red Wine color palette created on .