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