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