Muted Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Blue palette

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

Muted Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #e2b6d3;
}
.color-3 {
color: #f6d58e;
}
.color-4 {
color: #c69f5d;
}
.color-5 {
color: #a76f52;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #e2b6d3;
--color-3: #f6d58e;
--color-4: #c69f5d;
--color-5: #a76f52;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #e2b6d3, #f6d58e, #c69f5d, #a76f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #e2b6d3, #f6d58e, #c69f5d, #a76f52);
}

Muted Blue color palette created on .