Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d14e;
}
.color-2 {
color: #f8a90d;
}
.color-3 {
color: #da5c2b;
}
.color-4 {
color: #b74e89;
}
.color-5 {
color: #5e2a92;
}

/* CSS Variables */
:root {
--color-1: #f9d14e;
--color-2: #f8a90d;
--color-3: #da5c2b;
--color-4: #b74e89;
--color-5: #5e2a92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d14e, #f8a90d, #da5c2b, #b74e89, #5e2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d14e, #f8a90d, #da5c2b, #b74e89, #5e2a92);
}

Vibrant Yellow color palette created on .