Vibrant Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow palette

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

Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ca1e;
}
.color-2 {
color: #f37c20;
}
.color-3 {
color: #d65c4c;
}
.color-4 {
color: #a83e86;
}
.color-5 {
color: #6c2a92;
}

/* CSS Variables */
:root {
--color-1: #f6ca1e;
--color-2: #f37c20;
--color-3: #d65c4c;
--color-4: #a83e86;
--color-5: #6c2a92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ca1e, #f37c20, #d65c4c, #a83e86, #6c2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ca1e, #f37c20, #d65c4c, #a83e86, #6c2a92);
}

Vibrant Yellow color palette created on .