Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #efdf2e;
}
.color-2 {
color: #a2c3f1;
}
.color-3 {
color: #f3b4c2;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #4d6b89;
}

/* CSS Variables */
:root {
--color-1: #efdf2e;
--color-2: #a2c3f1;
--color-3: #f3b4c2;
--color-4: #ff6e61;
--color-5: #4d6b89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efdf2e, #a2c3f1, #f3b4c2, #ff6e61, #4d6b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efdf2e, #a2c3f1, #f3b4c2, #ff6e61, #4d6b89);
}

Bright Yellow color palette created on .