Blue Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Horizon palette

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

Blue Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #22323a;
}
.color-2 {
color: #1a5275;
}
.color-3 {
color: #287fb8;
}
.color-4 {
color: #86c1e9;
}
.color-5 {
color: #f7dc6e;
}

/* CSS Variables */
:root {
--color-1: #22323a;
--color-2: #1a5275;
--color-3: #287fb8;
--color-4: #86c1e9;
--color-5: #f7dc6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #22323a, #1a5275, #287fb8, #86c1e9, #f7dc6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #22323a, #1a5275, #287fb8, #86c1e9, #f7dc6e);
}

Blue Horizon color palette created on .