Paleta de colores Ethereal Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Oasis

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f9e1ef;
}
.color-3 {
color: #279183;
}
.color-4 {
color: #19515c;
}
.color-5 {
color: #f0f9f7;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f9e1ef;
--color-3: #279183;
--color-4: #19515c;
--color-5: #f0f9f7;
}

CSS del degradado de fondo Ethereal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f9e1ef, #279183, #19515c, #f0f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f9e1ef, #279183, #19515c, #f0f9f7);
}

Ethereal Oasis color palette created on .