Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb700;
}
.color-2 {
color: #26c6f7;
}
.color-3 {
color: #94bf7d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f7a1b4;
}

/* CSS Variables */
:root {
--color-1: #ffb700;
--color-2: #26c6f7;
--color-3: #94bf7d;
--color-4: #ff6e61;
--color-5: #f7a1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb700, #26c6f7, #94bf7d, #ff6e61, #f7a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb700, #26c6f7, #94bf7d, #ff6e61, #f7a1b4);
}

Vibrant Yellow color palette created on .