Paleta de colores Tropical Aqua Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Aqua Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Aqua Dream

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #00e6e2;
}
.color-3 {
color: #1ce3d6;
}
.color-4 {
color: #4ce1d4;
}
.color-5 {
color: #7ef1e1;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #00e6e2;
--color-3: #1ce3d6;
--color-4: #4ce1d4;
--color-5: #7ef1e1;
}

CSS del degradado de fondo Tropical Aqua Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #00e6e2, #1ce3d6, #4ce1d4, #7ef1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #00e6e2, #1ce3d6, #4ce1d4, #7ef1e1);
}

Tropical Aqua Dream color palette created on .