Emerald Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Emerald Whisper palette

Condividi questa palette a:

tavolozza dei colori Emerald Whisper CSS

/* CSS */
.color-1 {
color: #3d6b38;
}
.color-2 {
color: #4fb057;
}
.color-3 {
color: #9dd7a8;
}
.color-4 {
color: #c4e2b1;
}
.color-5 {
color: #f6f1d0;
}

/* CSS Variables */
:root {
--color-1: #3d6b38;
--color-2: #4fb057;
--color-3: #9dd7a8;
--color-4: #c4e2b1;
--color-5: #f6f1d0;
}

CSS con gradiente di sfondo Emerald Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6b38, #4fb057, #9dd7a8, #c4e2b1, #f6f1d0);
}

Emerald Whisper color palette created on .