Paleta de colores Shades of Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Orange

/* CSS */
.color-1 {
color: #e6e9f4;
}
.color-2 {
color: #bcd2eb;
}
.color-3 {
color: #aec3e5;
}
.color-4 {
color: #e6ebf4;
}
.color-5 {
color: #eaedf5;
}

/* CSS Variables */
:root {
--color-1: #e6e9f4;
--color-2: #bcd2eb;
--color-3: #aec3e5;
--color-4: #e6ebf4;
--color-5: #eaedf5;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e9f4, #bcd2eb, #aec3e5, #e6ebf4, #eaedf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e9f4, #bcd2eb, #aec3e5, #e6ebf4, #eaedf5);
}

Shades of Orange color palette created on .