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