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