Paleta de colores Petrol Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petrol Oasis palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Petrol Oasis

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

CSS de la paleta de colores Petrol Oasis

/* CSS */
.color-1 {
color: #005f6b;
}
.color-2 {
color: #009485;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #80cbc4;
}
.color-5 {
color: #b3dfdc;
}

/* CSS Variables */
:root {
--color-1: #005f6b;
--color-2: #009485;
--color-3: #4eb7ac;
--color-4: #80cbc4;
--color-5: #b3dfdc;
}

CSS del degradado de fondo Petrol Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005f6b, #009485, #4eb7ac, #80cbc4, #b3dfdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005f6b, #009485, #4eb7ac, #80cbc4, #b3dfdc);
}

Petrol Oasis color palette created on .