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