Whispers of Lavender Skies カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Lavender Skies palette
Whispers of Lavender Skies カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e2e5f3;
}
.color-3 {
color: #ddc5e2;
}
.color-4 {
color: #d4a5c1;
}
.color-5 {
color: #a5a7e3;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e2e5f3;
--color-3: #ddc5e2;
--color-4: #d4a5c1;
--color-5: #a5a7e3;
}
Whispers of Lavender Skies の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e2e5f3, #ddc5e2, #d4a5c1, #a5a7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e2e5f3, #ddc5e2, #d4a5c1, #a5a7e3);
}
似たようなカラーパレット
下にスクロールして1個の白カラーパレットを探索しましょう
Whispers of Lavender Skies color palette created on .