Paleta de colores Tropical Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Oasis

/* CSS */
.color-1 {
color: #fcfdfd;
}
.color-2 {
color: #028a8d;
}
.color-3 {
color: #e62d2d;
}
.color-4 {
color: #cbe6d3;
}
.color-5 {
color: #6ecbf2;
}

/* CSS Variables */
:root {
--color-1: #fcfdfd;
--color-2: #028a8d;
--color-3: #e62d2d;
--color-4: #cbe6d3;
--color-5: #6ecbf2;
}

CSS del degradado de fondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfd, #028a8d, #e62d2d, #cbe6d3, #6ecbf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfd, #028a8d, #e62d2d, #cbe6d3, #6ecbf2);
}

Tropical Oasis color palette created on .