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: #f5a524;
}
.color-2 {
color: #f8e61b;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e61b;
--color-3: #4cae4f;
--color-4: #00bdd6;
--color-5: #9b58b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e61b, #4cae4f, #00bdd6, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e61b, #4cae4f, #00bdd6, #9b58b6);
}

Vibrant Yellow color palette created on .