Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c80e;
}
.color-2 {
color: #f3a53f;
}
.color-3 {
color: #e05238;
}
.color-4 {
color: #ba365d;
}
.color-5 {
color: #7b2d9a;
}

/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #f3a53f;
--color-3: #e05238;
--color-4: #ba365d;
--color-5: #7b2d9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #f3a53f, #e05238, #ba365d, #7b2d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #f3a53f, #e05238, #ba365d, #7b2d9a);
}

Vibrant Yellow color palette created on .