Veil of Suffering カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Veil of Suffering palette

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

Veil of Suffering カラーパレット CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f396c;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #d9a1a9;
}
.color-5 {
color: #f3c3c7;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f396c;
--color-3: #a65e9e;
--color-4: #d9a1a9;
--color-5: #f3c3c7;
}

Veil of Suffering の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f396c, #a65e9e, #d9a1a9, #f3c3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f396c, #a65e9e, #d9a1a9, #f3c3c7);
}

Veil of Suffering color palette created on .