Blue Latte Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Latte palette
Blue Latte color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #4a9cd3;
}
.color-3 {
color: #2a7c9d;
}
.color-4 {
color: #005c75;
}
.color-5 {
color: #00282e;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #4a9cd3;
--color-3: #2a7c9d;
--color-4: #005c75;
--color-5: #00282e;
}
Blue Latte background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #4a9cd3, #2a7c9d, #005c75, #00282e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #4a9cd3, #2a7c9d, #005c75, #00282e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Latte color palette created on .