Midnight Blue Dazzle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blue Dazzle palette

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

Midnight Blue Dazzle カラーパレット CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #2c3f90;
}
.color-3 {
color: #4e5b97;
}
.color-4 {
color: #6c7989;
}
.color-5 {
color: #9fb2c1;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #2c3f90;
--color-3: #4e5b97;
--color-4: #6c7989;
--color-5: #9fb2c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #2c3f90, #4e5b97, #6c7989, #9fb2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #2c3f90, #4e5b97, #6c7989, #9fb2c1);
}

Midnight Blue Dazzle color palette created on .