Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f29d26;
}
.color-3 {
color: #eb6c28;
}
.color-4 {
color: #d93f3f;
}
.color-5 {
color: #8c2b8c;
}

/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f29d26;
--color-3: #eb6c28;
--color-4: #d93f3f;
--color-5: #8c2b8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f29d26, #eb6c28, #d93f3f, #8c2b8c);
}

Vibrant Yellow color palette created on .