Winter Wine Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Wine Red palette
Winter Wine Red カラーパレット (PNG) をダウンロード
Winter Wine Red カラーパレット CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94a55;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #eac8ce;
}
.color-5 {
color: #f7e4de;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94a55;
--color-3: #e59fb4;
--color-4: #eac8ce;
--color-5: #f7e4de;
}
Winter Wine Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94a55, #e59fb4, #eac8ce, #f7e4de);
}
似たようなカラーパレット
Winter Wine Red color palette created on .