Blue River Bed カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue River Bed palette

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

Blue River Bed カラーパレット CSS

/* CSS */
.color-1 {
color: #4a5568;
}
.color-2 {
color: #697486;
}
.color-3 {
color: #a8b3c2;
}
.color-4 {
color: #d6c7c8;
}
.color-5 {
color: #e0b59e;
}

/* CSS Variables */
:root {
--color-1: #4a5568;
--color-2: #697486;
--color-3: #a8b3c2;
--color-4: #d6c7c8;
--color-5: #e0b59e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5568, #697486, #a8b3c2, #d6c7c8, #e0b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5568, #697486, #a8b3c2, #d6c7c8, #e0b59e);
}

Blue River Bed color palette created on .