Shades of Green and Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green and Gold palette

Condividi questa palette a:

tavolozza dei colori Shades of Green and Gold CSS

/* CSS */
.color-1 {
color: #5abf8b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #3c4e8b;
}

/* CSS Variables */
:root {
--color-1: #5abf8b;
--color-2: #f1c84b;
--color-3: #ff6e61;
--color-4: #e13e33;
--color-5: #3c4e8b;
}

CSS con gradiente di sfondo Shades of Green and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf8b, #f1c84b, #ff6e61, #e13e33, #3c4e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf8b, #f1c84b, #ff6e61, #e13e33, #3c4e8b);
}

Shades of Green and Gold color palette created on .