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