Spirit of the Wolf カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Spirit of the Wolf palette
Spirit of the Wolf カラーパレット CSS
/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #f5c72e;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #d83d22;
}
.color-5 {
color: #a42d90;
}
/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #f5c72e;
--color-3: #ff6d1f;
--color-4: #d83d22;
--color-5: #a42d90;
}
Spirit of the Wolf の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #f5c72e, #ff6d1f, #d83d22, #a42d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #f5c72e, #ff6d1f, #d83d22, #a42d90);
}
似たようなカラーパレット
Spirit of the Wolf color palette created on .