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