Violet Vortex カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Violet Vortex palette

このパレットを共有する先:

Violet Vortex カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #895af6;
}
.color-3 {
color: #b780f9;
}
.color-4 {
color: #e3abf2;
}
.color-5 {
color: #f6c7ff;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #895af6;
--color-3: #b780f9;
--color-4: #e3abf2;
--color-5: #f6c7ff;
}

Violet Vortex の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #895af6, #b780f9, #e3abf2, #f6c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #895af6, #b780f9, #e3abf2, #f6c7ff);
}

Violet Vortex color palette created on .