Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffea8f;
}
.color-2 {
color: #fdbb7c;
}
.color-3 {
color: #fa7770;
}
.color-4 {
color: #d659f3;
}
.color-5 {
color: #7cb4f8;
}

/* CSS Variables */
:root {
--color-1: #ffea8f;
--color-2: #fdbb7c;
--color-3: #fa7770;
--color-4: #d659f3;
--color-5: #7cb4f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffea8f, #fdbb7c, #fa7770, #d659f3, #7cb4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffea8f, #fdbb7c, #fa7770, #d659f3, #7cb4f8);
}

Bright Yellow color palette created on .