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