Wine Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wine Romance palette

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

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

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

Wine Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #b64b49;
}
.color-3 {
color: #c8797a;
}
.color-4 {
color: #e3b0b5;
}
.color-5 {
color: #f6d0d3;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #b64b49;
--color-3: #c8797a;
--color-4: #e3b0b5;
--color-5: #f6d0d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #b64b49, #c8797a, #e3b0b5, #f6d0d3);
}

Wine Romance color palette created on .