Muted Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Blue palette

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

Muted Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #6e8081;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d2e2f9;
}
.color-5 {
color: #8f5b7e;
}

/* CSS Variables */
:root {
--color-1: #6e8081;
--color-2: #f1c84b;
--color-3: #ff6e61;
--color-4: #d2e2f9;
--color-5: #8f5b7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e8081, #f1c84b, #ff6e61, #d2e2f9, #8f5b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e8081, #f1c84b, #ff6e61, #d2e2f9, #8f5b7e);
}

Muted Blue color palette created on .