Paleta de colores Ori

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ori palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ori

Download ori color palette PNG image (landscape)
Download ori color palette PNG image (square)

CSS de la paleta de colores Ori

/* CSS */
.color-1 {
color: #ffb133;
}
.color-2 {
color: #ffdd33;
}
.color-3 {
color: #ff7583;
}
.color-4 {
color: #ff33c2;
}
.color-5 {
color: #ff7ad5;
}

/* CSS Variables */
:root {
--color-1: #ffb133;
--color-2: #ffdd33;
--color-3: #ff7583;
--color-4: #ff33c2;
--color-5: #ff7ad5;
}

CSS del degradado de fondo Ori

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb133, #ffdd33, #ff7583, #ff33c2, #ff7ad5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb133, #ffdd33, #ff7583, #ff33c2, #ff7ad5);
}

Ori color palette created on .