Desaturated Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desaturated Blue palette

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

Desaturated Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6a8b0;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #d6e1e6;
}
.color-4 {
color: #e8c3a1;
}
.color-5 {
color: #d89a79;
}

/* CSS Variables */
:root {
--color-1: #a6a8b0;
--color-2: #b6c8d8;
--color-3: #d6e1e6;
--color-4: #e8c3a1;
--color-5: #d89a79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8b0, #b6c8d8, #d6e1e6, #e8c3a1, #d89a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8b0, #b6c8d8, #d6e1e6, #e8c3a1, #d89a79);
}

Desaturated Blue color palette created on .