Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

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

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1f6d;
}
.color-5 {
color: #ff80bf;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #ff1f6d;
--color-5: #ff80bf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff3c00, #ff1f6d, #ff80bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff3c00, #ff1f6d, #ff80bf);
}

Vibrant Yellow color palette created on .