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