Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #6b4f92;
}
.color-5 {
color: #2f3b7f;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ff6d2e;
--color-3: #ff4d7f;
--color-4: #6b4f92;
--color-5: #2f3b7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ff6d2e, #ff4d7f, #6b4f92, #2f3b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ff6d2e, #ff4d7f, #6b4f92, #2f3b7f);
}

Vibrant Yellow color palette created on .