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