Bright Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow palette

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

Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fff952;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffb833;
}
.color-4 {
color: #ff9c1a;
}
.color-5 {
color: #ff8000;
}

/* CSS Variables */
:root {
--color-1: #fff952;
--color-2: #ffd942;
--color-3: #ffb833;
--color-4: #ff9c1a;
--color-5: #ff8000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff952, #ffd942, #ffb833, #ff9c1a, #ff8000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff952, #ffd942, #ffb833, #ff9c1a, #ff8000);
}

Bright Yellow color palette created on .