Wine Bliss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wine Bliss palette
Wine Bliss カラー パレット PNG 画像
Wine Bliss カラーパレット CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c84c4e;
}
.color-3 {
color: #d97d80;
}
.color-4 {
color: #eab8c8;
}
.color-5 {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c84c4e;
--color-3: #d97d80;
--color-4: #eab8c8;
--color-5: #f6e2d5;
}
Wine Bliss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c84c4e, #d97d80, #eab8c8, #f6e2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c84c4e, #d97d80, #eab8c8, #f6e2d5);
}
似たようなカラーパレット
Wine Bliss color palette created on .