Midnight Market Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Market Breeze palette

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

Midnight Market Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #4d6db3;
}
.color-3 {
color: #6c9bd5;
}
.color-4 {
color: #a8d8e1;
}
.color-5 {
color: #f0c0b7;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #4d6db3;
--color-3: #6c9bd5;
--color-4: #a8d8e1;
--color-5: #f0c0b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #4d6db3, #6c9bd5, #a8d8e1, #f0c0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #4d6db3, #6c9bd5, #a8d8e1, #f0c0b7);
}

Midnight Market Breeze color palette created on .