Paleta de colores Emerald Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Emerald Whisper palette
CSS de la paleta de colores Emerald Whisper
/* CSS */
.color-1 {
color: #69bf88;
}
.color-2 {
color: #4c9e6e;
}
.color-3 {
color: #3b7d5e;
}
.color-4 {
color: #2d5c4d;
}
.color-5 {
color: #1f423b;
}
/* CSS Variables */
:root {
--color-1: #69bf88;
--color-2: #4c9e6e;
--color-3: #3b7d5e;
--color-4: #2d5c4d;
--color-5: #1f423b;
}
CSS del degradado de fondo Emerald Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf88, #4c9e6e, #3b7d5e, #2d5c4d, #1f423b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf88, #4c9e6e, #3b7d5e, #2d5c4d, #1f423b);
}
Paletas de colores similares
Emerald Whisper color palette created on .