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