I Wish We Never Met カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with I Wish We Never Met palette
I Wish We Never Met カラー パレット PNG 画像
I Wish We Never Met カラーパレット CSS
/* CSS */
.color-1 {
color: #4b5e68;
}
.color-2 {
color: #6b8e8d;
}
.color-3 {
color: #92b9a2;
}
.color-4 {
color: #f5c67f;
}
.color-5 {
color: #e0705c;
}
/* CSS Variables */
:root {
--color-1: #4b5e68;
--color-2: #6b8e8d;
--color-3: #92b9a2;
--color-4: #f5c67f;
--color-5: #e0705c;
}
I Wish We Never Met の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e68, #6b8e8d, #92b9a2, #f5c67f, #e0705c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e68, #6b8e8d, #92b9a2, #f5c67f, #e0705c);
}
似たようなカラーパレット
I Wish We Never Met color palette created on .