Blue Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Harmony palette

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

Blue Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #e6e3e8;
}
.color-2 {
color: #4b6b9b;
}
.color-3 {
color: #2b4564;
}
.color-4 {
color: #6f8fae;
}
.color-5 {
color: #b8c5e0;
}

/* CSS Variables */
:root {
--color-1: #e6e3e8;
--color-2: #4b6b9b;
--color-3: #2b4564;
--color-4: #6f8fae;
--color-5: #b8c5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e3e8, #4b6b9b, #2b4564, #6f8fae, #b8c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e3e8, #4b6b9b, #2b4564, #6f8fae, #b8c5e0);
}

Blue Harmony color palette created on .