Paleta de colores Azure Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Oasis

/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #66c4d6;
}
.color-3 {
color: #a2e4e6;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #66c4d6;
--color-3: #a2e4e6;
--color-4: #f4e1a4;
--color-5: #f6b83c;
}

CSS del degradado de fondo Azure Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #66c4d6, #a2e4e6, #f4e1a4, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #66c4d6, #a2e4e6, #f4e1a4, #f6b83c);
}

Azure Oasis color palette created on .