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