Verdant Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Ember palette

Condividi questa palette a:

tavolozza dei colori Verdant Ember CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #28af60;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #d63f2e;
--color-3: #2b3d50;
--color-4: #f9e79f;
--color-5: #28af60;
}

CSS con gradiente di sfondo Verdant Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #d63f2e, #2b3d50, #f9e79f, #28af60);
}

Verdant Ember color palette created on .