Paleta de colores Robin Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Robin Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Robin Orange

/* CSS */
.color-1 {
color: #e57b1f;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #4e2c90;
}
.color-5 {
color: #c87aff;
}

/* CSS Variables */
:root {
--color-1: #e57b1f;
--color-2: #f3ca4f;
--color-3: #88d8b0;
--color-4: #4e2c90;
--color-5: #c87aff;
}

CSS del degradado de fondo Robin Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57b1f, #f3ca4f, #88d8b0, #4e2c90, #c87aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57b1f, #f3ca4f, #88d8b0, #4e2c90, #c87aff);
}

Robin Orange color palette created on .