Paleta de colores Echoes of the Yidaki
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Echoes of the Yidaki palette
CSS de la paleta de colores Echoes of the Yidaki
/* CSS */
.color-1 {
color: #ca9d2b;
}
.color-2 {
color: #7a5d1a;
}
.color-3 {
color: #4c402f;
}
.color-4 {
color: #2b5b7d;
}
.color-5 {
color: #0d8da0;
}
/* CSS Variables */
:root {
--color-1: #ca9d2b;
--color-2: #7a5d1a;
--color-3: #4c402f;
--color-4: #2b5b7d;
--color-5: #0d8da0;
}
CSS del degradado de fondo Echoes of the Yidaki
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca9d2b, #7a5d1a, #4c402f, #2b5b7d, #0d8da0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca9d2b, #7a5d1a, #4c402f, #2b5b7d, #0d8da0);
}
Paletas de colores similares
Echoes of the Yidaki color palette created on .