Discord カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Discord palette

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

Discord カラー パレット PNG 画像

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

Discord カラーパレット CSS

/* CSS */
.color-1 {
color: #7288da;
}
.color-2 {
color: #5b6eae;
}
.color-3 {
color: #4a5a8c;
}
.color-4 {
color: #3b4a68;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #7288da;
--color-2: #5b6eae;
--color-3: #4a5a8c;
--color-4: #3b4a68;
--color-5: #2b3d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7288da, #5b6eae, #4a5a8c, #3b4a68, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7288da, #5b6eae, #4a5a8c, #3b4a68, #2b3d50);
}

Discord color palette created on .