Blue Ajax Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ajax palette
Blue Ajax color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #80c8e5;
}
.color-4 {
color: #f4a20b;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #80c8e5;
--color-4: #f4a20b;
--color-5: #e63746;
}
Blue Ajax background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #80c8e5, #f4a20b, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #80c8e5, #f4a20b, #e63746);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Ajax color palette created on .