Yellow Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

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

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

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

Yellow Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a8e600;
}
.color-5 {
color: #00b84d;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffea00;
--color-4: #a8e600;
--color-5: #00b84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffea00, #a8e600, #00b84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffea00, #a8e600, #00b84d);
}

Yellow Sunshine color palette created on .