Eclectic Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eclectic Blue palette

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

Eclectic Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d9c2a6;
}
.color-2 {
color: #7c9b6f;
}
.color-3 {
color: #4b6f9b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #d9c2a6;
--color-2: #7c9b6f;
--color-3: #4b6f9b;
--color-4: #f1c84b;
--color-5: #e86a4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c2a6, #7c9b6f, #4b6f9b, #f1c84b, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c2a6, #7c9b6f, #4b6f9b, #f1c84b, #e86a4a);
}

Eclectic Blue color palette created on .