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: #f9faf9;
}
.color-3 {
color: #eaebeb;
}
.color-4 {
color: #e8e0c9;
}
.color-5 {
color: #dfc5af;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9faf9;
--color-3: #eaebeb;
--color-4: #e8e0c9;
--color-5: #dfc5af;
}
Whispers of Soft Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9faf9, #eaebeb, #e8e0c9, #dfc5af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9faf9, #eaebeb, #e8e0c9, #dfc5af);
}
Whispers of Soft Elegance color palette created on .