Blue Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Horizon palette

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

Blue Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #04447c;
}
.color-2 {
color: #0a6c99;
}
.color-3 {
color: #3c9cc8;
}
.color-4 {
color: #8bc4e5;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #04447c;
--color-2: #0a6c99;
--color-3: #3c9cc8;
--color-4: #8bc4e5;
--color-5: #f6b83c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04447c, #0a6c99, #3c9cc8, #8bc4e5, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04447c, #0a6c99, #3c9cc8, #8bc4e5, #f6b83c);
}

Blue Horizon color palette created on .