Vineyard Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vineyard Whisper palette

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

Vineyard Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b39;
}
.color-2 {
color: #a45b6d;
}
.color-3 {
color: #e5b8c8;
}
.color-4 {
color: #f3c6a5;
}
.color-5 {
color: #d3a16f;
}

/* CSS Variables */
:root {
--color-1: #4a2b39;
--color-2: #a45b6d;
--color-3: #e5b8c8;
--color-4: #f3c6a5;
--color-5: #d3a16f;
}

Vineyard Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b39, #a45b6d, #e5b8c8, #f3c6a5, #d3a16f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b39, #a45b6d, #e5b8c8, #f3c6a5, #d3a16f);
}

Vineyard Whisper color palette created on .