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