Blue Neblina Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Neblina palette
Blue Neblina color palette CSS
/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #f1b1b2;
}
.color-3 {
color: #f9cda4;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #e4bb07;
}
/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #f1b1b2;
--color-3: #f9cda4;
--color-4: #f5a524;
--color-5: #e4bb07;
}
Blue Neblina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #f1b1b2, #f9cda4, #f5a524, #e4bb07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #f1b1b2, #f9cda4, #f5a524, #e4bb07);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Neblina color palette created on .