Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a34d86;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #ff8c00;
--color-3: #ff6e61;
--color-4: #a34d86;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #ff8c00, #ff6e61, #a34d86, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #ff8c00, #ff6e61, #a34d86, #681b98);
}

Vibrant Yellow color palette created on .