Neon Green Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Green Sunshine palette

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

Neon Green Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d600;
}
.color-2 {
color: #a1d600;
}
.color-3 {
color: #8bdb00;
}
.color-4 {
color: #74c700;
}
.color-5 {
color: #5ebd00;
}

/* CSS Variables */
:root {
--color-1: #a8d600;
--color-2: #a1d600;
--color-3: #8bdb00;
--color-4: #74c700;
--color-5: #5ebd00;
}

Neon Green Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d600, #a1d600, #8bdb00, #74c700, #5ebd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d600, #a1d600, #8bdb00, #74c700, #5ebd00);
}

Neon Green Sunshine color palette created on .