Paleta de colores Shades of Orange and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orange and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Orange and Blue

/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f6f288;
}
.color-4 {
color: #87d0e8;
}
.color-5 {
color: #4aa0ba;
}

/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f4cf3e;
--color-3: #f6f288;
--color-4: #87d0e8;
--color-5: #4aa0ba;
}

CSS del degradado de fondo Shades of Orange and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f4cf3e, #f6f288, #87d0e8, #4aa0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f4cf3e, #f6f288, #87d0e8, #4aa0ba);
}

Shades of Orange and Blue color palette created on .