Vibrant Echoes of Alex Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Echoes of Alex palette
Vibrant Echoes of Alex color palette CSS
/* CSS */
.color-1 {
color: #19b3e6;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #19b3e6;
--color-2: #faa700;
--color-3: #ff4d4f;
--color-4: #ff7142;
--color-5: #ffcc00;
}
Vibrant Echoes of Alex background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Vibrant Echoes of Alex color palette created on .