Grunge Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Grunge Blue palette

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

Grunge Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4d5a6f;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #bec6cf;
}
.color-4 {
color: #d8a76e;
}
.color-5 {
color: #a65d4e;
}

/* CSS Variables */
:root {
--color-1: #4d5a6f;
--color-2: #7b8f9d;
--color-3: #bec6cf;
--color-4: #d8a76e;
--color-5: #a65d4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5a6f, #7b8f9d, #bec6cf, #d8a76e, #a65d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5a6f, #7b8f9d, #bec6cf, #d8a76e, #a65d4e);
}

Grunge Blue color palette created on .