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: #1e89c8;
}
.color-2 {
color: #4bc2d8;
}
.color-3 {
color: #77e4e4;
}
.color-4 {
color: #b4f1a2;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #1e89c8;
--color-2: #4bc2d8;
--color-3: #77e4e4;
--color-4: #b4f1a2;
--color-5: #ffb84d;
}
Blue Ajax background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e89c8, #4bc2d8, #77e4e4, #b4f1a2, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e89c8, #4bc2d8, #77e4e4, #b4f1a2, #ffb84d);
}
Similar color palettes
Blue Ajax color palette created on .