Aquila Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquila Blue palette
Aquila Blue color palette CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d7e1a8;
}
.color-4 {
color: #a7dae6;
}
.color-5 {
color: #5d8d8e;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #e9b79f;
--color-3: #d7e1a8;
--color-4: #a7dae6;
--color-5: #5d8d8e;
}
Aquila Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #e9b79f, #d7e1a8, #a7dae6, #5d8d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #e9b79f, #d7e1a8, #a7dae6, #5d8d8e);
}
Similar color palettes
Scroll down to explore 800+ Bright color palettes
Aquila Blue color palette created on .