Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5ed00;
}
.color-2 {
color: #00fff7;
}
.color-3 {
color: #63f897;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #f5ed00;
--color-2: #00fff7;
--color-3: #63f897;
--color-4: #ff6e00;
--color-5: #ff3c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ed00, #00fff7, #63f897, #ff6e00, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ed00, #00fff7, #63f897, #ff6e00, #ff3c00);
}

Vibrant Yellow color palette created on .