Paleta de colores "Vibrant Echoes of Nature"
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with "Vibrant Echoes of Nature" palette
CSS de la paleta de colores "Vibrant Echoes of Nature"
/* CSS */
.color-1 {
color: #e1c441;
}
.color-2 {
color: #d53434;
}
.color-3 {
color: #21834b;
}
.color-4 {
color: #404bb5;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #e1c441;
--color-2: #d53434;
--color-3: #21834b;
--color-4: #404bb5;
--color-5: #000000;
}
CSS del degradado de fondo "Vibrant Echoes of Nature"
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c441, #d53434, #21834b, #404bb5, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c441, #d53434, #21834b, #404bb5, #000000);
}
Paletas de colores similares
"Vibrant Echoes of Nature" color palette created on .