Paleta de colores Blooming Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blooming Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Blooming Oasis

/* CSS */
.color-1 {
color: #8fdc8f;
}
.color-2 {
color: #f2b05a;
}
.color-3 {
color: #d75b7a;
}
.color-4 {
color: #ffe49e;
}
.color-5 {
color: #4b8e95;
}

/* CSS Variables */
:root {
--color-1: #8fdc8f;
--color-2: #f2b05a;
--color-3: #d75b7a;
--color-4: #ffe49e;
--color-5: #4b8e95;
}

CSS del degradado de fondo Blooming Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fdc8f, #f2b05a, #d75b7a, #ffe49e, #4b8e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fdc8f, #f2b05a, #d75b7a, #ffe49e, #4b8e95);
}

Blooming Oasis color palette created on .