"Vibrant Echoes of Nature" Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with "Vibrant Echoes of Nature" palette
"Vibrant Echoes of Nature" color palette CSS
/* 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;
}
"Vibrant Echoes of Nature" background gradient CSS
/* 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);
}
Similar color palettes
"Vibrant Echoes of Nature" color palette created on .