Dark Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue palette

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

Dark Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #10102e;
}
.color-2 {
color: #16173c;
}
.color-3 {
color: #24255c;
}
.color-4 {
color: #33367a;
}
.color-5 {
color: #5153b3;
}

/* CSS Variables */
:root {
--color-1: #10102e;
--color-2: #16173c;
--color-3: #24255c;
--color-4: #33367a;
--color-5: #5153b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10102e, #16173c, #24255c, #33367a, #5153b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10102e, #16173c, #24255c, #33367a, #5153b3);
}

似たようなカラーパレット

下にスクロールして1個のダークカラーパレットを探索しましょう

Dark Blue color palette created on .