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