Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdd57;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #49148a;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff6e61;
--color-3: #ff3d3d;
--color-4: #681b98;
--color-5: #49148a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff6e61, #ff3d3d, #681b98, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff6e61, #ff3d3d, #681b98, #49148a);
}

Vibrant Yellow color palette created on .