Paleta de colores Orange Screech

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Screech palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Screech

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9861;
}
.color-3 {
color: #ffb380;
}
.color-4 {
color: #ffdaa3;
}
.color-5 {
color: #f4e2b3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9861;
--color-3: #ffb380;
--color-4: #ffdaa3;
--color-5: #f4e2b3;
}

CSS del degradado de fondo Orange Screech

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9861, #ffb380, #ffdaa3, #f4e2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9861, #ffb380, #ffdaa3, #f4e2b3);
}

Orange Screech color palette created on .