Vivid Tangerine Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vivid Tangerine Sunshine palette

このパレットを共有する先:

Vivid Tangerine Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9980;
}
.color-2 {
color: #ffb36b;
}
.color-3 {
color: #ffe14d;
}
.color-4 {
color: #c5da4e;
}
.color-5 {
color: #a2e6b4;
}

/* CSS Variables */
:root {
--color-1: #ff9980;
--color-2: #ffb36b;
--color-3: #ffe14d;
--color-4: #c5da4e;
--color-5: #a2e6b4;
}

Vivid Tangerine Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9980, #ffb36b, #ffe14d, #c5da4e, #a2e6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9980, #ffb36b, #ffe14d, #c5da4e, #a2e6b4);
}

Vivid Tangerine Sunshine color palette created on .