Subspace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Subspace palette

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

Subspace カラーパレット CSS

/* CSS */
.color-1 {
color: #2e144d;
}
.color-2 {
color: #4a2074;
}
.color-3 {
color: #81389f;
}
.color-4 {
color: #c969c4;
}
.color-5 {
color: #e6c0ec;
}

/* CSS Variables */
:root {
--color-1: #2e144d;
--color-2: #4a2074;
--color-3: #81389f;
--color-4: #c969c4;
--color-5: #e6c0ec;
}

Subspace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e144d, #4a2074, #81389f, #c969c4, #e6c0ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e144d, #4a2074, #81389f, #c969c4, #e6c0ec);
}

Subspace color palette created on .