Universe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Universe palette

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

Universe カラーパレット (PNG) をダウンロード

Download universe color palette PNG image (landscape)
Download universe color palette PNG image (square)

Universe カラーパレット CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5c3e74;
}
.color-3 {
color: #8c6bae;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #e2c7f0;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5c3e74;
--color-3: #8c6bae;
--color-4: #b3a8d7;
--color-5: #e2c7f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5c3e74, #8c6bae, #b3a8d7, #e2c7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5c3e74, #8c6bae, #b3a8d7, #e2c7f0);
}

Universe color palette created on .