Paleta de colores Serene Tidal Drift

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Tidal Drift palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Tidal Drift

/* CSS */
.color-1 {
color: #5dd5b1;
}
.color-2 {
color: #b0ddd4;
}
.color-3 {
color: #e1f4e8;
}
.color-4 {
color: #f9e59f;
}
.color-5 {
color: #f7a1a4;
}

/* CSS Variables */
:root {
--color-1: #5dd5b1;
--color-2: #b0ddd4;
--color-3: #e1f4e8;
--color-4: #f9e59f;
--color-5: #f7a1a4;
}

CSS del degradado de fondo Serene Tidal Drift

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dd5b1, #b0ddd4, #e1f4e8, #f9e59f, #f7a1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dd5b1, #b0ddd4, #e1f4e8, #f9e59f, #f7a1a4);
}

Serene Tidal Drift color palette created on .