Paleta de colores Blue Ajax
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Ajax palette
CSS de la paleta de colores Blue Ajax
/* 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;
}
CSS del degradado de fondo Blue Ajax
/* 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);
}
Paletas de colores similares
Blue Ajax color palette created on .