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