Neural Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neural Breeze palette
Neural Breeze color palette PNG image
Neural Breeze color palette CSS
/* CSS */
.color-1 {
color: #3a9ad9;
}
.color-2 {
color: #6fd2f6;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #3a9ad9;
--color-2: #6fd2f6;
--color-3: #b2e0f0;
--color-4: #ffcc66;
--color-5: #ff6e61;
}
Neural Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9ad9, #6fd2f6, #b2e0f0, #ffcc66, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Neural Breeze color palette created on .