Verdant Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Verdant Dreamscape CSS

/* CSS */
.color-1 {
color: #2b4a2d;
}
.color-2 {
color: #4d8f4e;
}
.color-3 {
color: #72b86f;
}
.color-4 {
color: #b3d189;
}
.color-5 {
color: #f6e7b6;
}

/* CSS Variables */
:root {
--color-1: #2b4a2d;
--color-2: #4d8f4e;
--color-3: #72b86f;
--color-4: #b3d189;
--color-5: #f6e7b6;
}

CSS con gradiente di sfondo Verdant Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4a2d, #4d8f4e, #72b86f, #b3d189, #f6e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4a2d, #4d8f4e, #72b86f, #b3d189, #f6e7b6);
}

Verdant Dreamscape color palette created on .