Paleta de colores Otherworldly

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Otherworldly palette

Compartir esta paleta en:

Descargar la paleta de colores Otherworldly (PNG)

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

CSS de la paleta de colores Otherworldly

/* CSS */
.color-1 {
color: #7b5b9f;
}
.color-2 {
color: #a76c9f;
}
.color-3 {
color: #d29070;
}
.color-4 {
color: #f1c15b;
}
.color-5 {
color: #f6c9b6;
}

/* CSS Variables */
:root {
--color-1: #7b5b9f;
--color-2: #a76c9f;
--color-3: #d29070;
--color-4: #f1c15b;
--color-5: #f6c9b6;
}

CSS del degradado de fondo Otherworldly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5b9f, #a76c9f, #d29070, #f1c15b, #f6c9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5b9f, #a76c9f, #d29070, #f1c15b, #f6c9b6);
}

Otherworldly color palette created on .