Vibrant Echoes of Bauti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Echoes of Bauti palette
Vibrant Echoes of Bauti color palette CSS
/* CSS */
.color-1 {
color: #fd6958;
}
.color-2 {
color: #fa9600;
}
.color-3 {
color: #fad400;
}
.color-4 {
color: #94f5ce;
}
.color-5 {
color: #e386f3;
}
/* CSS Variables */
:root {
--color-1: #fd6958;
--color-2: #fa9600;
--color-3: #fad400;
--color-4: #94f5ce;
--color-5: #e386f3;
}
Vibrant Echoes of Bauti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd6958, #fa9600, #fad400, #94f5ce, #e386f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd6958, #fa9600, #fad400, #94f5ce, #e386f3);
}
Similar color palettes
Vibrant Echoes of Bauti color palette created on .