Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e03c1f;
}
.color-4 {
color: #a63a7f;
}
.color-5 {
color: #3c4d9f;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #f5a300;
--color-3: #e03c1f;
--color-4: #a63a7f;
--color-5: #3c4d9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #f5a300, #e03c1f, #a63a7f, #3c4d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #f5a300, #e03c1f, #a63a7f, #3c4d9f);
}

Vibrant Yellow color palette created on .