Paleta de colores Serene Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Oasis palette

Compartir esta paleta en:

Descargar la paleta de colores Serene Oasis (PNG)

Download serene oasis color palette PNG image (landscape)
Download serene oasis color palette PNG image (square)

CSS de la paleta de colores Serene Oasis

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #bfdfd5;
}
.color-3 {
color: #fcd2b6;
}
.color-4 {
color: #abbfbf;
}
.color-5 {
color: #75747b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #bfdfd5;
--color-3: #fcd2b6;
--color-4: #abbfbf;
--color-5: #75747b;
}

CSS del degradado de fondo Serene Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #bfdfd5, #fcd2b6, #abbfbf, #75747b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #bfdfd5, #fcd2b6, #abbfbf, #75747b);
}

Serene Oasis color palette created on .