Deep Blue Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue Horizon palette

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

Deep Blue Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #1e406c;
}
.color-2 {
color: #2a5b89;
}
.color-3 {
color: #499c5b;
}
.color-4 {
color: #d2d0d0;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1e406c;
--color-2: #2a5b89;
--color-3: #499c5b;
--color-4: #d2d0d0;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e406c, #2a5b89, #499c5b, #d2d0d0, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e406c, #2a5b89, #499c5b, #d2d0d0, #ffffff);
}

Deep Blue Horizon color palette created on .