Midnight Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Dream palette

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

Midnight Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #151528;
}
.color-2 {
color: #1f1f3d;
}
.color-3 {
color: #2e2e6b;
}
.color-4 {
color: #4c4c8a;
}
.color-5 {
color: #7b7bb7;
}

/* CSS Variables */
:root {
--color-1: #151528;
--color-2: #1f1f3d;
--color-3: #2e2e6b;
--color-4: #4c4c8a;
--color-5: #7b7bb7;
}

Midnight Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #151528, #1f1f3d, #2e2e6b, #4c4c8a, #7b7bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #151528, #1f1f3d, #2e2e6b, #4c4c8a, #7b7bb7);
}

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

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

Midnight Dream color palette created on .