Bright Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow Green palette

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

Bright Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #a2d94a;
}
.color-3 {
color: #4abf6b;
}
.color-4 {
color: #2a8d6b;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #a2d94a;
--color-3: #4abf6b;
--color-4: #2a8d6b;
--color-5: #2b3d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #a2d94a, #4abf6b, #2a8d6b, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #a2d94a, #4abf6b, #2a8d6b, #2b3d50);
}

Bright Yellow Green color palette created on .