Verdant Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Reverie palette

Condividi questa palette a:

tavolozza dei colori Verdant Reverie CSS

/* CSS */
.color-1 {
color: #a4daa7;
}
.color-2 {
color: #6abe8d;
}
.color-3 {
color: #4b9b7d;
}
.color-4 {
color: #2f7f6b;
}
.color-5 {
color: #1a5b53;
}

/* CSS Variables */
:root {
--color-1: #a4daa7;
--color-2: #6abe8d;
--color-3: #4b9b7d;
--color-4: #2f7f6b;
--color-5: #1a5b53;
}

CSS con gradiente di sfondo Verdant Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa7, #6abe8d, #4b9b7d, #2f7f6b, #1a5b53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa7, #6abe8d, #4b9b7d, #2f7f6b, #1a5b53);
}

Verdant Reverie color palette created on .