Bright Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow Green palette

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

Bright Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f8d468;
}
.color-3 {
color: #f2e6b1;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5e9c3a;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f8d468;
--color-3: #f2e6b1;
--color-4: #a3d55d;
--color-5: #5e9c3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f8d468, #f2e6b1, #a3d55d, #5e9c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f8d468, #f2e6b1, #a3d55d, #5e9c3a);
}

Bright Yellow Green color palette created on .