Cute Green and Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cute Green and Yellow palette

Condividi questa palette a:

tavolozza dei colori Cute Green and Yellow CSS

/* CSS */
.color-1 {
color: #b4d9a0;
}
.color-2 {
color: #d3e0b8;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #e8a62c;
}

/* CSS Variables */
:root {
--color-1: #b4d9a0;
--color-2: #d3e0b8;
--color-3: #f0e78e;
--color-4: #f7c94b;
--color-5: #e8a62c;
}

CSS con gradiente di sfondo Cute Green and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4d9a0, #d3e0b8, #f0e78e, #f7c94b, #e8a62c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4d9a0, #d3e0b8, #f0e78e, #f7c94b, #e8a62c);
}

Cute Green and Yellow color palette created on .