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: #fafafa;
}
.color-3 {
color: #dcdbdb;
}
.color-4 {
color: #fdb4ce;
}
.color-5 {
color: #a59c9f;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #dcdbdb;
--color-4: #fdb4ce;
--color-5: #a59c9f;
}
Whispers of Soft Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #dcdbdb, #fdb4ce, #a59c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #dcdbdb, #fdb4ce, #a59c9f);
}
似たようなカラーパレット
Whispers of Soft Elegance color palette created on .