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