Vista Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vista Blue Breeze palette
Vista Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #8fd6b4;
}
.color-2 {
color: #a5e3c8;
}
.color-3 {
color: #eff9e7;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #8fd6b4;
--color-2: #a5e3c8;
--color-3: #eff9e7;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Vista Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fd6b4, #a5e3c8, #eff9e7, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fd6b4, #a5e3c8, #eff9e7, #ffb84d, #ff6e61);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Vista Blue Breeze color palette created on .