Deep Space Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Space Blue palette

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

Deep Space Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a6b8c;
}
.color-4 {
color: #70d2f5;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #2b3d50;
--color-3: #4a6b8c;
--color-4: #70d2f5;
--color-5: #f0e78e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #2b3d50, #4a6b8c, #70d2f5, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #2b3d50, #4a6b8c, #70d2f5, #f0e78e);
}

Deep Space Blue color palette created on .