Lime Green Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lime Green Sunshine palette

Condividi questa palette a:

tavolozza dei colori Lime Green Sunshine CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #a7d55d;
}
.color-3 {
color: #d3e68e;
}
.color-4 {
color: #f4e39a;
}
.color-5 {
color: #f6c76a;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #a7d55d;
--color-3: #d3e68e;
--color-4: #f4e39a;
--color-5: #f6c76a;
}

CSS con gradiente di sfondo Lime Green Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #a7d55d, #d3e68e, #f4e39a, #f6c76a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #a7d55d, #d3e68e, #f4e39a, #f6c76a);
}

Lime Green Sunshine color palette created on .