Dark Rebel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Rebel palette

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

Dark Rebel カラー パレット PNG 画像

Download dark rebel color palette PNG image (landscape)
Download dark rebel color palette PNG image (square)

Dark Rebel カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4c3e56;
}
.color-3 {
color: #8a4c74;
}
.color-4 {
color: #d54d4d;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4c3e56;
--color-3: #8a4c74;
--color-4: #d54d4d;
--color-5: #f5a524;
}

Dark Rebel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}

Dark Rebel color palette created on .