Bright Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow Green palette

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

Bright Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #95ff00;
}
.color-2 {
color: #87c48b;
}
.color-3 {
color: #766ff6;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #ff6200;
}

/* CSS Variables */
:root {
--color-1: #95ff00;
--color-2: #87c48b;
--color-3: #766ff6;
--color-4: #f6e48e;
--color-5: #ff6200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ff00, #87c48b, #766ff6, #f6e48e, #ff6200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ff00, #87c48b, #766ff6, #f6e48e, #ff6200);
}

Bright Yellow Green color palette created on .