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