Blue River Bed カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue River Bed palette

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

Blue River Bed カラーパレット CSS

/* CSS */
.color-1 {
color: #4b545d;
}
.color-2 {
color: #7d8b97;
}
.color-3 {
color: #a7b3b9;
}
.color-4 {
color: #d1e1e5;
}
.color-5 {
color: #f1f6f8;
}

/* CSS Variables */
:root {
--color-1: #4b545d;
--color-2: #7d8b97;
--color-3: #a7b3b9;
--color-4: #d1e1e5;
--color-5: #f1f6f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b545d, #7d8b97, #a7b3b9, #d1e1e5, #f1f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b545d, #7d8b97, #a7b3b9, #d1e1e5, #f1f6f8);
}

Blue River Bed color palette created on .