Paleta de colores Tropical Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Serenity

/* CSS */
.color-1 {
color: #008fb3;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00d9e0;
}
.color-4 {
color: #20f0f3;
}
.color-5 {
color: #e0f5f4;
}

/* CSS Variables */
:root {
--color-1: #008fb3;
--color-2: #00b2d1;
--color-3: #00d9e0;
--color-4: #20f0f3;
--color-5: #e0f5f4;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008fb3, #00b2d1, #00d9e0, #20f0f3, #e0f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008fb3, #00b2d1, #00d9e0, #20f0f3, #e0f5f4);
}

Tropical Serenity color palette created on .