Bright Yellow Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Yellow Green palette

Condividi questa palette a:

tavolozza dei colori Bright Yellow Green CSS

/* CSS */
.color-1 {
color: #f7d850;
}
.color-2 {
color: #b3d66b;
}
.color-3 {
color: #a5e3ba;
}
.color-4 {
color: #6cb4e5;
}
.color-5 {
color: #f18d3b;
}

/* CSS Variables */
:root {
--color-1: #f7d850;
--color-2: #b3d66b;
--color-3: #a5e3ba;
--color-4: #6cb4e5;
--color-5: #f18d3b;
}

CSS con gradiente di sfondo Bright Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d850, #b3d66b, #a5e3ba, #6cb4e5, #f18d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d850, #b3d66b, #a5e3ba, #6cb4e5, #f18d3b);
}

Bright Yellow Green color palette created on .