Wine and Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wine and Sky palette

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

Wine and Sky カラー パレット PNG 画像

Download wine and sky color palette PNG image (landscape)
Download wine and sky color palette PNG image (square)

Wine and Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #7a2a3a;
}
.color-2 {
color: #995656;
}
.color-3 {
color: #cca3a3;
}
.color-4 {
color: #e4b4d0;
}
.color-5 {
color: #7db2e3;
}

/* CSS Variables */
:root {
--color-1: #7a2a3a;
--color-2: #995656;
--color-3: #cca3a3;
--color-4: #e4b4d0;
--color-5: #7db2e3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a3a, #995656, #cca3a3, #e4b4d0, #7db2e3);
}

Wine and Sky color palette created on .