Orange Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunshine palette

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

Orange Sunshine カラーパレット (PNG) をダウンロード

Download orange sunshine color palette PNG image (landscape)
Download orange sunshine color palette PNG image (square)

Orange Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe59e;
}
.color-5 {
color: #ffda05;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9a1f;
--color-3: #ffb84d;
--color-4: #ffe59e;
--color-5: #ffda05;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9a1f, #ffb84d, #ffe59e, #ffda05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9a1f, #ffb84d, #ffe59e, #ffda05);
}

Orange Sunshine color palette created on .