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