Lemon Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lemon Sunshine palette

Condividi questa palette a:

tavolozza dei colori Lemon Sunshine CSS

/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #fce5ca;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f8d5a0;
--color-3: #f9b1ae;
--color-4: #fce5ca;
--color-5: #f6b83c;
}

CSS con gradiente di sfondo Lemon Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f8d5a0, #f9b1ae, #fce5ca, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f8d5a0, #f9b1ae, #fce5ca, #f6b83c);
}

Lemon Sunshine color palette created on .