Paleta de colores Eider Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Eider Dreams palette
CSS de la paleta de colores Eider Dreams
/* CSS */
.color-1 {
color: #b6e2e0;
}
.color-2 {
color: #a5d8d9;
}
.color-3 {
color: #7fb8b7;
}
.color-4 {
color: #4c9a97;
}
.color-5 {
color: #2d7a7b;
}
/* CSS Variables */
:root {
--color-1: #b6e2e0;
--color-2: #a5d8d9;
--color-3: #7fb8b7;
--color-4: #4c9a97;
--color-5: #2d7a7b;
}
CSS del degradado de fondo Eider Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2e0, #a5d8d9, #7fb8b7, #4c9a97, #2d7a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2e0, #a5d8d9, #7fb8b7, #4c9a97, #2d7a7b);
}
Paletas de colores similares
Eider Dreams color palette created on .