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