Whispering White Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering White Hues palette
Image Gallery

Whispering White Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fcfcfc;
}
.color-4 {
color: #fcfcfc;
}
.color-5 {
color: #fafafa;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #fcfcfc;
--color-4: #fcfcfc;
--color-5: #fafafa;
}
Whispering White Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #fcfcfc, #fcfcfc, #fafafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #fcfcfc, #fcfcfc, #fafafa);
}
似たようなカラーパレット
Whispering White Hues color palette created on .