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