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