Starry Danger カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starry Danger palette

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

Starry Danger カラー パレット PNG 画像

Download starry danger color palette PNG image (landscape)
Download starry danger color palette PNG image (square)

Starry Danger カラーパレット CSS

/* CSS */
.color-1 {
color: #0c103c;
}
.color-2 {
color: #2f1146;
}
.color-3 {
color: #431f70;
}
.color-4 {
color: #8737b9;
}
.color-5 {
color: #d27494;
}

/* CSS Variables */
:root {
--color-1: #0c103c;
--color-2: #2f1146;
--color-3: #431f70;
--color-4: #8737b9;
--color-5: #d27494;
}

Starry Danger の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}

Starry Danger color palette created on .