Paleta de colores Shades of Blue and Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue and Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue and Orange

/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #f2b76e;
}
.color-3 {
color: #f29050;
}
.color-4 {
color: #d35c3c;
}
.color-5 {
color: #a64b3a;
}

/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #f2b76e;
--color-3: #f29050;
--color-4: #d35c3c;
--color-5: #a64b3a;
}

CSS del degradado de fondo Shades of Blue and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}

Shades of Blue and Orange color palette created on .