Eclectic Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eclectic Blue palette
Eclectic Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #c0d2e7;
}
.color-2 {
color: #ffd1a8;
}
.color-3 {
color: #f1c122;
}
.color-4 {
color: #e9711c;
}
.color-5 {
color: #be453c;
}
/* CSS Variables */
:root {
--color-1: #c0d2e7;
--color-2: #ffd1a8;
--color-3: #f1c122;
--color-4: #e9711c;
--color-5: #be453c;
}
Eclectic Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0d2e7, #ffd1a8, #f1c122, #e9711c, #be453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0d2e7, #ffd1a8, #f1c122, #e9711c, #be453c);
}
似たようなカラーパレット
Eclectic Blue color palette created on .