Yuri カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yuri palette
Yuri カラーパレット CSS
/* CSS */
.color-1 {
color: #f1e0ff;
}
.color-2 {
color: #c8a8ff;
}
.color-3 {
color: #9e66ff;
}
.color-4 {
color: #6e3dff;
}
.color-5 {
color: #4c0f7b;
}
/* CSS Variables */
:root {
--color-1: #f1e0ff;
--color-2: #c8a8ff;
--color-3: #9e66ff;
--color-4: #6e3dff;
--color-5: #4c0f7b;
}
Yuri の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e0ff, #c8a8ff, #9e66ff, #6e3dff, #4c0f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e0ff, #c8a8ff, #9e66ff, #6e3dff, #4c0f7b);
}
似たようなカラーパレット
下にスクロールして900+個のエステティックカラーパレットを探索しましょう
Yuri color palette created on .