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